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