HostedEmailProviderException Constructor
Creates a new instance of the HostedEmailProviderException object.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
HostedEmailProviderException() | Creates a new instance of the HostedEmailProviderException object. |
|
HostedEmailProviderException(SerializationInfo, StreamingContext) | Creates a new instance of the HostedEmailProviderException object, using the specified information and context. |
|
HostedEmailProviderException(String) | Creates a new instance of the HostedEmailProviderException object with a specified error message. |
|
HostedEmailProviderException(String, Exception) | Creates a new instance of the HostedEmailProviderException object, using the specified message and inner exception. |
|
HostedEmailProviderException(String, HostedEmailConfigureFault) | Creates a new instance of the HostedEmailProviderException object, using the specified error message and fault. |
|
HostedEmailProviderException(String, HostedEmailConfigureFault, Exception) | Creates a new instance of the HostedEmailProviderException object using the specified message, fault, and inner exception. |
See Also
HostedEmailProviderException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top