Share via


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
System_CAPS_pubmethod HostedEmailProviderException()

Creates a new instance of the HostedEmailProviderException object.

System_CAPS_protmethod HostedEmailProviderException(SerializationInfo, StreamingContext)

Creates a new instance of the HostedEmailProviderException object, using the specified information and context.

System_CAPS_pubmethod HostedEmailProviderException(String)

Creates a new instance of the HostedEmailProviderException object with a specified error message.

System_CAPS_pubmethod HostedEmailProviderException(String, Exception)

Creates a new instance of the HostedEmailProviderException object, using the specified message and inner exception.

System_CAPS_pubmethod HostedEmailProviderException(String, HostedEmailConfigureFault)

Creates a new instance of the HostedEmailProviderException object, using the specified error message and fault.

System_CAPS_pubmethod 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