AxesCompositionNotCombinableException

AxesCompositionNotCombinableException()

Default constructor.

public AxesCompositionNotCombinableException()

See Also


AxesCompositionNotCombinableException(string)

Constructor allowing a message to be added to this exception.

public AxesCompositionNotCombinableException(string message)
ParameterTypeDescription
messageStringmessage

See Also


AxesCompositionNotCombinableException(string, Exception)

Constructor for an exception containing a message and an embedded exception.

public AxesCompositionNotCombinableException(string message, Exception exception)
ParameterTypeDescription
messageStringmessage
exceptionExceptionoriginal exception

See Also