OdpReadException

OdpReadException class

Represents an exception which thrown on presentation reading errors.

public class OdpReadException : OdpException

Constructors

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

See Also