OdpReadException

OdpReadException()

Default constructor

public OdpReadException()

See Also


OdpReadException(string)

Constructor allowing a message to be added to this exception.

public OdpReadException(string message)
ParameterTypeDescription
messageStringmessage

See Also


OdpReadException(string, Exception)

Constructor for an exception containing a message and an embedded exception.

public OdpReadException(string message, Exception exception)
ParameterTypeDescription
messageStringmessage
exceptionExceptionoriginal exception

See Also