Share via


HostedEmailConfigurationException Constructor (HostedEmailConfigurationErrorType, String)

 

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

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

Syntax

public HostedEmailConfigurationException(
    HostedEmailConfigurationErrorType error,
    string message
)
public:
HostedEmailConfigurationException(
    HostedEmailConfigurationErrorType error,
    String^ message
)
Public Sub New (
    error As HostedEmailConfigurationErrorType,
    message As String
)

Parameters

See Also

HostedEmailConfigurationException Overload
HostedEmailConfigurationException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top