CellUnsupportedDataException

CellUnsupportedDataException()

初始化一个新的 CellUnsupportedDataException 类的实例。

public CellUnsupportedDataException()

参见


CellUnsupportedDataException(string)

初始化一个新的 CellUnsupportedDataException 类的实例,并指定错误消息。

public CellUnsupportedDataException(string message)
参数类型描述
messageString描述错误的字符串。

参见


CellUnsupportedDataException(string, Exception)

初始化一个新的 CellUnsupportedDataException 类的实例,并指定错误消息和指向导致此异常的内部异常的引用。

public CellUnsupportedDataException(string message, Exception innerException)
参数类型描述
messageString描述错误的字符串。
innerExceptionException导致当前异常的异常。

参见