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