Share via


HostedEmailAdaptorException Constructor

 

Initializes a new instance of the HostedEmailAdaptorException class.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)

Overload List

Name Description
System_CAPS_pubmethod HostedEmailAdaptorException()

Initializes a new instance of the HostedEmailAdaptorException class.

System_CAPS_pubmethod HostedEmailAdaptorException(HostedEmailAdaptorErrorCode, AddinErrorRecord)

Initializes a new instance of the HostedEmailAdaptorException class using the specified error code and record.

System_CAPS_protmethod HostedEmailAdaptorException(SerializationInfo, StreamingContext)

Initializes a new instance of the HostedEmailAdaptorException class with serialized data.

System_CAPS_pubmethod HostedEmailAdaptorException(String)

Initializes a new instance of the HostedEmailAdaptorException class using the specified error.

System_CAPS_pubmethod HostedEmailAdaptorException(String, Exception)

Initializes a new instance of the HostedEmailAdaptorException class using the specified error and a reference to the inner exception that is the cause of this exception..

See Also

HostedEmailAdaptorException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top