Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new instance of the HostedEmailProviderException object using the specified message, fault, and inner exception.
Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailProviderException(
    string message,
    HostedEmailConfigureFault fault,
    Exception inner
)
public:
HostedEmailProviderException(
    String^ message,
    HostedEmailConfigureFault fault,
    Exception^ inner
)
Public Sub New (
    message As String,
    fault As HostedEmailConfigureFault,
    inner As Exception
)
Parameters
- message 
 Type: System.String- The message that describes the error. 
- fault 
 Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailConfigureFault- The fault that gives additional information about the exception. 
- inner 
 Type: System.Exception- The exception that caused the current exception. 
See Also
HostedEmailProviderException Overload
HostedEmailProviderException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top