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