TransformationException.TransformationException

TransformationException()

Crear nueva instancia.

public TransformationException()

Ver también


TransformationException(string)

Crear nueva instancia.

public TransformationException(string message)
ParámetroEscribeDescripción
messageStringMensaje de error.

Ver también


TransformationException(string, Exception)

Crear nueva instancia.

public TransformationException(string message, Exception inner)
ParámetroEscribeDescripción
messageStringMensaje de error.
innerExceptionexcepción interna

Ver también