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

Represents a failed connection that has been rejected and shouldn't be retried. More...

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

Public Member Functions

 FatalConnectionException (string message)
 Creates a new FatalConnectionException. More...
 
 FatalConnectionException (string message, Exception innerException)
 Creates a new FatalConnectionException. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Connection.ConnectionException
 ConnectionException (string message)
 Creates a new ConnectionException. More...
 
 ConnectionException (string message, Exception innerException)
 Creates a new ConnectionException. More...
 

Detailed Description

Represents a failed connection that has been rejected and shouldn't be retried.

Constructor & Destructor Documentation

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

Creates a new FatalConnectionException.

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

Creates a new FatalConnectionException.

Parameters
messageThe error message.
innerExceptionThe root exception.

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