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