HostedEmailProviderException Constructor (String)

 

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

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

Syntax

public HostedEmailProviderException(
    string message
)
public:
HostedEmailProviderException(
    String^ message
)
Public Sub New (
    message As String
)

Parameters

See Also

HostedEmailProviderException Overload
HostedEmailProviderException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top