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

Represents a failed connection. More...

Inheritance diagram for PushTechnology.ClientInterface.Connection.ConnectionException:
PushTechnology.ClientInterface.Connection.FatalConnectionException PushTechnology.ClientInterface.Connection.AuthenticationException

Public Member Functions

 ConnectionException (string message)
 Creates a new ConnectionException. More...
 
 ConnectionException (string message, Exception innerException)
 Creates a new ConnectionException. More...
 

Detailed Description

Represents a failed connection.

Constructor & Destructor Documentation

PushTechnology.ClientInterface.Connection.ConnectionException.ConnectionException ( string  message)

Creates a new ConnectionException.

Parameters
messageThe error message.
PushTechnology.ClientInterface.Connection.ConnectionException.ConnectionException ( string  message,
Exception  innerException 
)

Creates a new ConnectionException.

Parameters
messageThe error message.
innerExceptionThe root exception.

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