Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.IO.CBOR.CBORException Class Reference

The CBOR exception. More...

Inheritance diagram for PushTechnology.ClientInterface.IO.CBOR.CBORException:

Public Member Functions

 CBORException ()
 Creates a new CBORException. More...
 
 CBORException (string message)
 Creates a new CBORException with a given error message. More...
 
 CBORException (string message, Exception innerException)
 Creates a new CBORException with a given error message and inner exception. More...
 

Detailed Description

The CBOR exception.

Constructor & Destructor Documentation

PushTechnology.ClientInterface.IO.CBOR.CBORException.CBORException ( )

Creates a new CBORException.

PushTechnology.ClientInterface.IO.CBOR.CBORException.CBORException ( string  message)

Creates a new CBORException with a given error message.

Parameters
messageThe error message.
PushTechnology.ClientInterface.IO.CBOR.CBORException.CBORException ( string  message,
Exception  innerException 
)

Creates a new CBORException with a given error message and inner exception.

Parameters
messageThe error message.
innerExceptionThe inner exception.

The documentation for this class was generated from the following file: