OdpException

OdpException()

Default constructor

public OdpException()

See Also


OdpException(string)

Constructor allowing a message to be added to this exception.

public OdpException(string message)
ParameterTypeDescription
messageStringmessage

See Also


OdpException(string, Exception)

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

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

See Also