TransformationException.TransformationException

TransformationException()

Create new instance.

public TransformationException()

See Also


TransformationException(string)

Create new instance.

public TransformationException(string message)
ParameterTypeDescription
messageStringError message.

See Also


TransformationException(string, Exception)

Create new instance.

public TransformationException(string message, Exception inner)
ParameterTypeDescription
messageStringError message.
innerExceptionInner exception

See Also