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

Represents an authentication failure. More...

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

Public Member Functions

 AuthenticationException (string message)
 Creates a new AuthenticationException. More...
 
 AuthenticationException (string message, Exception innerException)
 Creates a new AuthenticationException. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Connection.FatalConnectionException
 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 an authentication failure.

Constructor & Destructor Documentation

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

Creates a new AuthenticationException.

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

Creates a new AuthenticationException.

Parameters
messageThe error message.
innerExceptionThe root exception.

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