OdpException

OdpException class

Represents a standard internal exception type.

public class OdpException : Exception

Constructors

NameDescription
OdpException()Default constructor
OdpException(string)Constructor allowing a message to be added to this exception.
OdpException(string, Exception)Constructor for an exception containing a message and an embedded exception.

See Also