OdpReadException

OdpReadException()

Constructor predeterminado

public OdpReadException()

Ver también


OdpReadException(string)

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

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

Ver también


OdpReadException(string, Exception)

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

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

Ver también