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

Gets thrown if the connection has timed out More...

Inheritance diagram for PushTechnology.DiffusionCore.Connection.ConnectionTimeoutException:
PushTechnology.DiffusionCore.Exceptions.DiffusionAPIException PushTechnology.DiffusionCore.Exceptions.DiffusionException PushTechnology.DiffusionCore.Exceptions.DiffusionBaseException

Public Member Functions

 ConnectionTimeoutException ()
 Creates a new instance of the type More...
 
 ConnectionTimeoutException (string message)
 Creates a new instance of the type and gives it a specific exception message More...
 
 ConnectionTimeoutException (string message, Exception innerException)
 Creates a new instance of the type and gives it a specific exception message and a sub-exception for further information. More...
 
- Public Member Functions inherited from PushTechnology.DiffusionCore.Exceptions.DiffusionAPIException
 DiffusionAPIException ([Localizable(false)] string message)
 Constructor. More...
 
 DiffusionAPIException (string message, Exception ex)
 Constructor. More...
 
- Public Member Functions inherited from PushTechnology.DiffusionCore.Exceptions.DiffusionException
 DiffusionException (string message)
 Constructor. More...
 
 DiffusionException (string message, Exception ex)
 Constructor. More...
 
- Public Member Functions inherited from PushTechnology.DiffusionCore.Exceptions.DiffusionBaseException
 DiffusionBaseException (string message, Exception ex)
 Constructor. More...
 
 DiffusionBaseException (string message)
 Constructor. More...
 
bool IsFatalException ()
 Is this a fatal exception? More...
 

Detailed Description

Gets thrown if the connection has timed out

Constructor & Destructor Documentation

PushTechnology.DiffusionCore.Connection.ConnectionTimeoutException.ConnectionTimeoutException ( )

Creates a new instance of the type

PushTechnology.DiffusionCore.Connection.ConnectionTimeoutException.ConnectionTimeoutException ( string  message)

Creates a new instance of the type and gives it a specific exception message

Parameters
messageThe exception message
PushTechnology.DiffusionCore.Connection.ConnectionTimeoutException.ConnectionTimeoutException ( string  message,
Exception  innerException 
)

Creates a new instance of the type and gives it a specific exception message and a sub-exception for further information.

Parameters
messageThe exception message
innerExceptionThe sub-exception for further information

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