Partager via


AggregatedMailboxNotFoundPermanentException constructor (Guid, String, Exception)

Namespace:  Microsoft.Exchange.Management.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Sub New ( _
    aggregatedMailboxGuid As Guid, _
    identity As String, _
    innerException As Exception _
)
'Usage
Dim aggregatedMailboxGuid As Guid
Dim identity As String
Dim innerException As Exception

Dim instance As New AggregatedMailboxNotFoundPermanentException(aggregatedMailboxGuid, _
    identity, innerException)
public AggregatedMailboxNotFoundPermanentException(
    Guid aggregatedMailboxGuid,
    string identity,
    Exception innerException
)

Parameters

See also

Reference

AggregatedMailboxNotFoundPermanentException class

AggregatedMailboxNotFoundPermanentException members

AggregatedMailboxNotFoundPermanentException overload

Microsoft.Exchange.Management.Tasks namespace