OdpException

OdpException()

Constructor predeterminado

public OdpException()

Ver también


OdpException(string)

Constructor que permite agregar un mensaje a esta excepción.

public OdpException(string message)
ParámetroEscribeDescripción
messageStringmensaje

Ver también


OdpException(string, Exception)

Constructor para una excepción que contiene un mensaje y una excepción incrustada.

public OdpException(string message, Exception exception)
ParámetroEscribeDescripción
messageStringmensaje
exceptionExceptionexcepción original

Ver también