ObjectInvolvedInMultipleRelocationsPermanentException constructor (LocalizedString, String, Exception)
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Sub New ( _
objectInvolved As LocalizedString, _
requestGuids As String, _
innerException As Exception _
)
'Usage
Dim objectInvolved As LocalizedString
Dim requestGuids As String
Dim innerException As Exception
Dim instance As New ObjectInvolvedInMultipleRelocationsPermanentException(objectInvolved, _
requestGuids, innerException)
public ObjectInvolvedInMultipleRelocationsPermanentException(
LocalizedString objectInvolved,
string requestGuids,
Exception innerException
)
Parameters
- objectInvolved
Type: Microsoft.Exchange.Data.Common.LocalizedString
- requestGuids
Type: System.String
- innerException
Type: System.Exception
See also
Reference
ObjectInvolvedInMultipleRelocationsPermanentException class
ObjectInvolvedInMultipleRelocationsPermanentException members
ObjectInvolvedInMultipleRelocationsPermanentException overload