Partager via


HostedEmailConfigurationException Constructor

 

Creates a new instance of the HostedEmailConfigurationException class.

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

Overload List

Name Description
System_CAPS_pubmethod HostedEmailConfigurationException()

Creates a new instance of the HostedEmailConfigurationException class.

System_CAPS_pubmethod HostedEmailConfigurationException(HostedEmailConfigurationErrorType)

Creates a new instance of the HostedEmailConfigurationException class, using the specified error.

System_CAPS_pubmethod HostedEmailConfigurationException(HostedEmailConfigurationErrorType, String)

Creates a new instance of the HostedEmailConfigurationException class, using the specified error and message.

System_CAPS_pubmethod HostedEmailConfigurationException(HostedEmailConfigurationErrorType, String, Exception)

Creates a new instance of the HostedEmailConfigurationException class, using the specified error, message, and inner exception.

System_CAPS_protmethod HostedEmailConfigurationException(SerializationInfo, StreamingContext)

Creates a new instance of the HostedEmailConfigurationException class, using serialized data.

System_CAPS_pubmethod HostedEmailConfigurationException(String)

Creates a new instance of the HostedEmailConfigurationException class, using additional information about the exception.

System_CAPS_pubmethod HostedEmailConfigurationException(String, Exception)

Creates a new instance of the HostedEmailConfigurationException class, using additional information about the exception, as well as the original exception that caused this exception.

See Also

HostedEmailConfigurationException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top