AxesCompositionNotCombinableException Constructor (String) |
Constructor allowing a message to be added to this exception.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxpublic AxesCompositionNotCombinableException(
string message
)
Public Sub New (
message As String
)
public:
AxesCompositionNotCombinableException(
String^ message
)
new :
message : string -> AxesCompositionNotCombinableException
Parameters
- message
- Type: SystemString
message
See Also