HostedEmailIntegrationManagerException Constructor (HostedEmailIntegrationManagerErrorEnum)

Creates a new instance of the HostedEmailIntegrationManagerException class, using the specified error.

Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Usage

'Usage
Dim error As HostedEmailIntegrationManagerErrorEnum

Dim instance As New HostedEmailIntegrationManagerException(error)

Syntax

'Declaration
Public Sub New ( _
    error As HostedEmailIntegrationManagerErrorEnum _
)
public HostedEmailIntegrationManagerException (
    HostedEmailIntegrationManagerErrorEnum error
)
public:
HostedEmailIntegrationManagerException (
    HostedEmailIntegrationManagerErrorEnum error
)
public HostedEmailIntegrationManagerException (
    HostedEmailIntegrationManagerErrorEnum error
)
public function HostedEmailIntegrationManagerException (
    error : HostedEmailIntegrationManagerErrorEnum
)

Parameters

  • error
    The error that caused the exception.

Platforms

Development Platforms

Windows Server 2008 R2 x64, Windows 7 x64, Windows Server 2008 x64, Windows Vista x64

See Also

Reference

HostedEmailIntegrationManagerException Class
HostedEmailIntegrationManagerException Members
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.