Partager via


HostedEmailAdaptorNotSupportedException Constructor (String)

 

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

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

Syntax

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

Parameters

  • message
    Type: System.String

    The message that describes the error.

See Also

HostedEmailAdaptorNotSupportedException Overload
HostedEmailAdaptorNotSupportedException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top