Share via


HostedEmailConfigurationException Constructor (HostedEmailConfigurationErrorType, String, Exception)

 

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

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

Syntax

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

Parameters

See Also

HostedEmailConfigurationException Overload
HostedEmailConfigurationException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top