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.StringA message that describes the error.
fault
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailConfigureFaultA fault that gives additional information about the error.
See Also
HostedEmailProviderException Overload
HostedEmailProviderException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top