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