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
- recipient
Type: System.String
- recipientAggregatedMailboxGuidsAsString
Type: System.String
- targetAggregatedMailboxGuid
Type: System.Guid
- innerException
Type: System.Exception
See also
Reference
RecipientAggregatedMailboxNotFoundPermanentException class
RecipientAggregatedMailboxNotFoundPermanentException members
RecipientAggregatedMailboxNotFoundPermanentException overload