TransformationException.TransformationException

TransformationException()

创建新实例.

public TransformationException()

也可以看看


TransformationException(string)

创建新实例.

public TransformationException(string message)
范围类型描述
messageString错误信息。

也可以看看


TransformationException(string, Exception)

创建新实例.

public TransformationException(string message, Exception inner)
范围类型描述
messageString错误信息。
innerException内部异常

也可以看看