Share via


TargetDeliveryDomainMismatchPermanentException constructor (String, Exception)

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

Syntax

'Declaration
Public Sub New ( _
    targetDeliveryDomain As String, _
    innerException As Exception _
)
'Usage
Dim targetDeliveryDomain As String
Dim innerException As Exception

Dim instance As New TargetDeliveryDomainMismatchPermanentException(targetDeliveryDomain, _
    innerException)
public TargetDeliveryDomainMismatchPermanentException(
    string targetDeliveryDomain,
    Exception innerException
)

Parameters

See also

Reference

TargetDeliveryDomainMismatchPermanentException class

TargetDeliveryDomainMismatchPermanentException members

TargetDeliveryDomainMismatchPermanentException overload

Microsoft.Exchange.MailboxReplicationService namespace