Base class for all exceptions in the AMPS client.
More...
Base class for all exceptions in the AMPS client.
◆ AMPSException() [1/4]
AMPS.Client.Exceptions.AMPSException.AMPSException |
( |
| ) |
|
|
inline |
◆ AMPSException() [2/4]
AMPS.Client.Exceptions.AMPSException.AMPSException |
( |
string |
message | ) |
|
|
inline |
Constructs a new AMPSException with a supplied error message.
- Parameters
-
◆ AMPSException() [3/4]
AMPS.Client.Exceptions.AMPSException.AMPSException |
( |
Exception |
innerException | ) |
|
|
inline |
Constructs a new AMPSException with a supplied inner exception.
- Parameters
-
innerException | The 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
-
message | The error message |
innerException | The exception to encapsulate inside this AMPSException |
The documentation for this class was generated from the following file:
- AMPS.Client/Exceptions/AMPSException.cs