CannotCombine2DAnd3DChartsException

CannotCombine2DAnd3DChartsException()

默认构造函数。

public CannotCombine2DAnd3DChartsException()

也可以看看


CannotCombine2DAnd3DChartsException(string)

允许将消息添加到此异常的构造函数。

public CannotCombine2DAnd3DChartsException(string message)
范围类型描述
messageString消息

也可以看看


CannotCombine2DAnd3DChartsException(string, Exception)

包含消息和嵌入异常的异常的构造函数。

public CannotCombine2DAnd3DChartsException(string message, Exception exception)
范围类型描述
messageStringmessage
exceptionException原始异常

也可以看看