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 | |
---|---|---|
HostedEmailAdaptorException() | Initializes a new instance of the HostedEmailAdaptorException class. |
|
HostedEmailAdaptorException(HostedEmailAdaptorErrorCode, AddinErrorRecord) | Initializes a new instance of the HostedEmailAdaptorException class using the specified error code and record. |
|
HostedEmailAdaptorException(SerializationInfo, StreamingContext) | Initializes a new instance of the HostedEmailAdaptorException class with serialized data. |
|
HostedEmailAdaptorException(String) | Initializes a new instance of the HostedEmailAdaptorException class using the specified error. |
|
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