CannotCombine2DAnd3DChartsException

CannotCombine2DAnd3DChartsException()

Default constructor.

public CannotCombine2DAnd3DChartsException()

See Also


CannotCombine2DAnd3DChartsException(string)

Constructor allowing a message to be added to this exception.

public CannotCombine2DAnd3DChartsException(string message)
ParameterTypeDescription
messageStringmessage

See Also


CannotCombine2DAnd3DChartsException(string, Exception)

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

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

See Also