![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Gets thrown if the connection has timed out More...
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... | |
![]() | |
DiffusionAPIException ([Localizable(false)] string message) | |
Constructor. More... | |
DiffusionAPIException (string message, Exception ex) | |
Constructor. More... | |
![]() | |
DiffusionException (string message) | |
Constructor. More... | |
DiffusionException (string message, Exception ex) | |
Constructor. More... | |
![]() | |
DiffusionBaseException (string message, Exception ex) | |
Constructor. More... | |
DiffusionBaseException (string message) | |
Constructor. More... | |
bool | IsFatalException () |
Is this a fatal exception? More... | |
Gets thrown if the connection has timed out
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
message | The 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.
message | The exception message |
innerException | The sub-exception for further information |