Share via


DataAccessTask<TDataObject>.TranslateException Method

This member overrides Task.TranslateException(Exception, ErrorCategory).

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Protected Overrides Sub TranslateException ( _
    ByRef e As Exception, _
    <OutAttribute> ByRef category As ErrorCategory _
)
'Usage
Dim e As Exception
Dim category As ErrorCategory

Me.TranslateException(e, category)
protected override void TranslateException(
    ref Exception e,
    out ErrorCategory category
)

Parameters

  • category
    Type: ErrorCategory