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

Base class for all exceptions in the AMPS client. More...

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

Public Member Functions

 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

Base class for all exceptions in the AMPS client.

Constructor & Destructor Documentation

◆ AMPSException() [1/4]

AMPS.Client.Exceptions.AMPSException.AMPSException ( )
inline

Constructs a new AMPSException with a general error message.

◆ AMPSException() [2/4]

AMPS.Client.Exceptions.AMPSException.AMPSException ( string  message)
inline

Constructs a new AMPSException with a supplied error message.

Parameters
messageThe error message

◆ AMPSException() [3/4]

AMPS.Client.Exceptions.AMPSException.AMPSException ( Exception  innerException)
inline

Constructs a new AMPSException with a supplied inner exception.

Parameters
innerExceptionThe exception to encapsulate inside this AMPSException

◆ AMPSException() [4/4]

AMPS.Client.Exceptions.AMPSException.AMPSException ( string  message,
Exception  innerException 
)
inline

Constructs a new AMPSException with a supplied message and inner exception.

Parameters
messageThe error message
innerExceptionThe exception to encapsulate inside this AMPSException

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