HostedEmailIntegrationManagerException Constructor (HostedEmailIntegrationManagerErrorType, String, Exception)
Creates a new instance of the HostedEmailIntegrationManagerException class, using the specified error, message, and inner exception.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailIntegrationManagerException(
HostedEmailIntegrationManagerErrorType error,
string message,
Exception inner
)
public:
HostedEmailIntegrationManagerException(
HostedEmailIntegrationManagerErrorType error,
String^ message,
Exception^ inner
)
Public Sub New (
error As HostedEmailIntegrationManagerErrorType,
message As String,
inner As Exception
)
Parameters
error
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailIntegrationManagerErrorTypeThe error code describing error.
message
Type: System.StringAdditional information regarding the error.
inner
Type: System.ExceptionThe exception that cause the current exception.
See Also
HostedEmailIntegrationManagerException Overload
HostedEmailIntegrationManagerException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top