HostedEmailIntegrationManagerException Constructor (HostedEmailIntegrationManagerErrorType)
Creates a new instance of the HostedEmailIntegrationManagerException class, using the specified error.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public HostedEmailIntegrationManagerException(
HostedEmailIntegrationManagerErrorType error
)
public:
HostedEmailIntegrationManagerException(
HostedEmailIntegrationManagerErrorType error
)
Public Sub New (
error As HostedEmailIntegrationManagerErrorType
)
Parameters
error
Type: Microsoft.WindowsServerSolutions.HostedEmail.HostedEmailIntegrationManagerErrorTypeThe error that caused the exception.
See Also
HostedEmailIntegrationManagerException Overload
HostedEmailIntegrationManagerException Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top