HostedEmailProviderException Constructor (String, Exception)

 

Creates a new instance of the HostedEmailProviderException object, using the specified message and inner exception.

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

Syntax

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

Parameters

  • message
    Type: System.String

    The message that describes the exception.

See Also

HostedEmailProviderException Overload
HostedEmailProviderException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top