CannotCombine2DAnd3DChartsException

CannotCombine2DAnd3DChartsException class

Exception which thrown when trying to combine 2D and 3D chart types.

public class CannotCombine2DAnd3DChartsException : InvalidOperationException

Constructors

NameDescription
CannotCombine2DAnd3DChartsException()Default constructor.
CannotCombine2DAnd3DChartsException(string)Constructor allowing a message to be added to this exception.
CannotCombine2DAnd3DChartsException(string, Exception)Constructor for an exception containing a message and an embedded exception.

See Also