Base class for all exceptions in the AMPS client.
More...
Base class for all exceptions in the AMPS client.
| AMPS.Client.Exceptions.AMPSException.AMPSException |
( |
| ) |
|
|
inline |
| AMPS.Client.Exceptions.AMPSException.AMPSException |
( |
string |
message | ) |
|
|
inline |
Constructs a new AMPSException with a supplied error message.
- Parameters
-
| 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 |
| 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