MailboxRelocationJoinTargetNotContainerOwnerException constructor (String, Exception)
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Sub New ( _
mailbox As String, _
innerException As Exception _
)
'Usage
Dim mailbox As String
Dim innerException As Exception
Dim instance As New MailboxRelocationJoinTargetNotContainerOwnerException(mailbox, _
innerException)
public MailboxRelocationJoinTargetNotContainerOwnerException(
string mailbox,
Exception innerException
)
Parameters
- mailbox
Type: System.String
- innerException
Type: System.Exception
See also
Reference
MailboxRelocationJoinTargetNotContainerOwnerException class
MailboxRelocationJoinTargetNotContainerOwnerException members
MailboxRelocationJoinTargetNotContainerOwnerException overload