HostedEmailProviderException Constructor (String, HostedEmailConfigureFault)

 

Creates a new instance of the HostedEmailProviderException object, using the specified error message and fault.

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

Syntax

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

Parameters

  • message
    Type: System.String

    A message that describes the error.

See Also

HostedEmailProviderException Overload
HostedEmailProviderException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top