AxesCompositionNotCombinableException
AxesCompositionNotCombinableException constructor (1 of 3)
Default constructor.
public AxesCompositionNotCombinableException()
See Also
- class AxesCompositionNotCombinableException
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AxesCompositionNotCombinableException constructor (2 of 3)
Constructor allowing a message to be added to this exception.
public AxesCompositionNotCombinableException(string message)
Parameter | Type | Description |
---|---|---|
message | String | message |
See Also
- class AxesCompositionNotCombinableException
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides
AxesCompositionNotCombinableException constructor (3 of 3)
Constructor for an exception containing a message and an embedded exception.
public AxesCompositionNotCombinableException(string message, Exception exception)
Parameter | Type | Description |
---|---|---|
message | String | message |
exception | Exception | original exception |
See Also
- class AxesCompositionNotCombinableException
- namespace Aspose.Slides.Charts
- assembly Aspose.Slides