|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
Thrown when a subscription is attempted using an identifier that already exists. Ensure a unique identifier is chosen for each subscription on a given connection. More...
Inheritance diagram for AMPS.Client.Exceptions.SubscriptionAlreadyExistsException:Public Member Functions | |
| SubscriptionAlreadyExistsException (string message) | |
| SubscriptionAlreadyExistsException (Exception innerException) | |
| SubscriptionAlreadyExistsException (string message, Exception innerException) | |
Public Member Functions inherited from AMPS.Client.Exceptions.CommandException | |
| CommandException (string message) | |
| CommandException (Exception innerException) | |
| CommandException (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 a subscription is attempted using an identifier that already exists. Ensure a unique identifier is chosen for each subscription on a given connection.