Class ConnectionTimeoutException
Gets thrown if the connection has timed out
Inheritance
ConnectionTimeoutException
Inherited Members
Namespace: PushTechnology.DiffusionCore.Connection
Assembly: Diffusion.Client.dll
Syntax
public class ConnectionTimeoutException : DiffusionAPIException
Constructors
ConnectionTimeoutException()
Creates a new instance of the type
Declaration
public ConnectionTimeoutException()
ConnectionTimeoutException(String)
Creates a new instance of the type and gives it a specific exception message
Declaration
public ConnectionTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The exception message |
ConnectionTimeoutException(String, Exception)
Creates a new instance of the type and gives it a specific exception message and a sub-exception for further information.
Declaration
public ConnectionTimeoutException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The exception message |
Exception | innerException | The sub-exception for further information |