Share via


HostedEmailAdaptorException Constructor (String, Exception)

 

Initializes a new instance of the HostedEmailAdaptorException class using the specified error and a reference to the inner exception that is the cause of this exception..

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

Syntax

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

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

  • inner
    Type: System.Exception

    The exception that is the cause of the current exception, or null if no inner exception is specified.

See Also

HostedEmailAdaptorException Overload
HostedEmailAdaptorException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top