Share via


RecipientAggregatedMailboxNotFoundPermanentException constructor (String, String, Guid, Exception)

Namespace:  Microsoft.Exchange.MailboxReplicationService
Assembly:  Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    recipient As String, _
    recipientAggregatedMailboxGuidsAsString As String, _
    targetAggregatedMailboxGuid As Guid, _
    innerException As Exception _
)
'Usage
Dim recipient As String
Dim recipientAggregatedMailboxGuidsAsString As String
Dim targetAggregatedMailboxGuid As Guid
Dim innerException As Exception

Dim instance As New RecipientAggregatedMailboxNotFoundPermanentException(recipient, _
    recipientAggregatedMailboxGuidsAsString, _
    targetAggregatedMailboxGuid, innerException)
public RecipientAggregatedMailboxNotFoundPermanentException(
    string recipient,
    string recipientAggregatedMailboxGuidsAsString,
    Guid targetAggregatedMailboxGuid,
    Exception innerException
)

Parameters

See also

Reference

RecipientAggregatedMailboxNotFoundPermanentException class

RecipientAggregatedMailboxNotFoundPermanentException members

RecipientAggregatedMailboxNotFoundPermanentException overload

Microsoft.Exchange.MailboxReplicationService namespace