HostedEmailConfigurationException Constructor (HostedEmailConfigurationErrorType, String, Exception)
Creates a new instance of the HostedEmailConfigurationException class, using the specified error, message, and inner exception.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailConfigurationException(
HostedEmailConfigurationErrorType error,
string message,
Exception inner
)
public:
HostedEmailConfigurationException(
HostedEmailConfigurationErrorType error,
String^ message,
Exception^ inner
)
Public Sub New (
error As HostedEmailConfigurationErrorType,
message As String,
inner As Exception
)
Parameters
error
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailConfigurationErrorTypeThe error that caused the exception.
message
Type: System.StringA brief description of the error.
inner
Type: System.ExceptionThe exception that caused the current exception.
See Also
HostedEmailConfigurationException Overload
HostedEmailConfigurationException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top