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

Thrown when the attempt to connect to the AMPS server failed. Verify that the server instance is running and that the server instance is configured to accept connections using the protocol and on the port specified. More...

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

Public Member Functions

 ConnectionRefusedException (string message)
 
 ConnectionRefusedException (Exception innerException)
 
 ConnectionRefusedException (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 the attempt to connect to the AMPS server failed. Verify that the server instance is running and that the server instance is configured to accept connections using the protocol and on the port specified.


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