dotmailer SDK: dotMailer.Sdk.DmException Class Reference

dotmailer SDK

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:
dotMailer.Sdk.Exceptions.AttachmentsNotEnabledInAccountException dotMailer.Sdk.Exceptions.DmServiceNotValidException dotMailer.Sdk.Exceptions.ServiceConnectionErrorException

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
messageError Message
dotMailer.Sdk.DmException.DmException ( string  message,
Exception  innerExeception 
)

Constructor

Parameters
messageError Message
innerExeceptionInner Exception
dotMailer.Sdk.DmException.DmException ( DMErrorCodes  code,
string  message 
)

Constructor

Parameters
codeError Code
messageError Message
dotMailer.Sdk.DmException.DmException ( DMErrorCodes  code,
string  apiErrorMessage,
Exception  innerException 
)

Constructor

Parameters
codeError Code
apiErrorMessageError Message
innerExceptionInner Exception

Member Function Documentation

override string dotMailer.Sdk.DmException.ToString ( )

Returns the DmException as string

Returns

Property Documentation

string dotMailer.Sdk.DmException.ApiErrorMessage
getset

Message for the error

DMErrorCodes dotMailer.Sdk.DmException.Code
getset

DmErrorCodes code

Generated by   doxygen 1.8.3