Compartilhar via


CannotRemoveCompletedDuringCancelPermanentException constructor (String, Exception)

Namespace:  Microsoft.Exchange.Management.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Sub New ( _
    indexEntry As String, _
    innerException As Exception _
)
'Usage
Dim indexEntry As String
Dim innerException As Exception

Dim instance As New CannotRemoveCompletedDuringCancelPermanentException(indexEntry, _
    innerException)
public CannotRemoveCompletedDuringCancelPermanentException(
    string indexEntry,
    Exception innerException
)

Parameters

See also

Reference

CannotRemoveCompletedDuringCancelPermanentException class

CannotRemoveCompletedDuringCancelPermanentException members

CannotRemoveCompletedDuringCancelPermanentException overload

Microsoft.Exchange.Management.Tasks namespace