AMPS C# Client  5.3.3.4
AMPS C# Client for .NET
AMPS.Client.Exceptions.InvalidProtocolOptionsException Class Reference

Thrown when invalid protocol options are present in the URI specification for the connection. Verify the contents of the URI are compatible with the configuration of the AMPS server. More...

+ Inheritance diagram for AMPS.Client.Exceptions.InvalidProtocolOptionsException:

Public Member Functions

 InvalidProtocolOptionsException (string message)
 
 InvalidProtocolOptionsException (Exception innerException)
 
 InvalidProtocolOptionsException (string message, Exception innerException)
 
- Public Member Functions inherited from AMPS.Client.Exceptions.ProtocolException
 ProtocolException (string message)
 
 ProtocolException (Exception innerException)
 
 ProtocolException (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...
 

Detailed Description

Thrown when invalid protocol options are present in the URI specification for the connection. Verify the contents of the URI are compatible with the configuration of the AMPS server.


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