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