MailboxCorruptionRepairAbandonedPermanentException constructor (DateTime, Exception)
Namespace: Microsoft.Exchange.MailboxReplicationService
Assembly: Microsoft.Exchange.MailboxReplicationService.Common (in Microsoft.Exchange.MailboxReplicationService.Common.dll)
Syntax
'Declaration
Public Sub New ( _
firstRepairAttemptedAt As DateTime, _
innerException As Exception _
)
'Usage
Dim firstRepairAttemptedAt As DateTime
Dim innerException As Exception
Dim instance As New MailboxCorruptionRepairAbandonedPermanentException(firstRepairAttemptedAt, _
innerException)
public MailboxCorruptionRepairAbandonedPermanentException(
DateTime firstRepairAttemptedAt,
Exception innerException
)
Parameters
- firstRepairAttemptedAt
Type: System.DateTime
- innerException
Type: System.Exception
See also
Reference
MailboxCorruptionRepairAbandonedPermanentException class
MailboxCorruptionRepairAbandonedPermanentException members