|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
Thrown when the Connect() method is called on a Client that is already in the connected state. Check your program for logic errors using connections that may already be connected, and call disconnect on the Client to disconnect. More...
Inheritance diagram for AMPS.Client.Exceptions.AlreadyConnectedException:Public Member Functions | |
| AlreadyConnectedException (string message) | |
| AlreadyConnectedException (Exception innerException) | |
| AlreadyConnectedException (string message, Exception innerException) | |
Public Member Functions inherited from AMPS.Client.Exceptions.ConnectionException | |
| ConnectionException (string message) | |
| ConnectionException (Exception innerException) | |
| ConnectionException (string message, Exception innerException) | |
Public Member Functions inherited from AMPS.Client.Exceptions.AMPSException | |
| AMPSException () | |
| Constructs a new AMPSException with a general error message. More... | |
| AMPSException (string message) | |
| Constructs a new AMPSException with a supplied error message. More... | |
| AMPSException (Exception innerException) | |
| Constructs a new AMPSException with a supplied inner exception. More... | |
| AMPSException (string message, Exception innerException) | |
| Constructs a new AMPSException with a supplied message and inner exception. More... | |
Thrown when the Connect() method is called on a Client that is already in the connected state. Check your program for logic errors using connections that may already be connected, and call disconnect on the Client to disconnect.