dotmailer SDK
Tools to access and manage an account in the dotMailer system
|
dotMailer.Sdk.DmException Class Reference
API Web service exception class More...
Inheritance diagram for dotMailer.Sdk.DmException:
Public Member Functions | |
DmException () | |
Default Constructor | |
DmException (string message) | |
Constructor | |
DmException (string message, Exception innerExeception) | |
Constructor | |
DmException (DMErrorCodes code, string message) | |
Constructor | |
DmException (DMErrorCodes code, string apiErrorMessage, Exception innerException) | |
Constructor | |
override string | ToString () |
Returns the DmException as string | |
Properties | |
DMErrorCodes | Code [get, set] |
DmErrorCodes code | |
string | ApiErrorMessage [get, set] |
Message for the error | |
Detailed Description
API Web service exception class
Constructor & Destructor Documentation
dotMailer.Sdk.DmException.DmException | ( | ) |
Default Constructor
dotMailer.Sdk.DmException.DmException | ( | string | message | ) |
Constructor
- Parameters
-
message Error Message
dotMailer.Sdk.DmException.DmException | ( | string | message, |
Exception | innerExeception | ||
) |
Constructor
- Parameters
-
message Error Message innerExeception Inner Exception
dotMailer.Sdk.DmException.DmException | ( | DMErrorCodes | code, |
string | message | ||
) |
Constructor
- Parameters
-
code Error Code message Error Message
dotMailer.Sdk.DmException.DmException | ( | DMErrorCodes | code, |
string | apiErrorMessage, | ||
Exception | innerException | ||
) |
Constructor
- Parameters
-
code Error Code apiErrorMessage Error Message innerException Inner Exception
Member Function Documentation
override string dotMailer.Sdk.DmException.ToString | ( | ) |
Returns the DmException as string
- Returns
Property Documentation
|
getset |
Message for the error
|
getset |
DmErrorCodes code
Generated by 1.8.3