Share via


HostedEmailAdaptorException Constructor (String)

 

Initializes a new instance of the HostedEmailAdaptorException class using the specified error.

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

Syntax

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

HostedEmailAdaptorException Overload
HostedEmailAdaptorException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top