Task.TranslateException method
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
'Declaration
Protected Overridable 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 virtual void TranslateException(
ref Exception e,
out ErrorCategory category
)
- e
Type: System.Exception
- category
Type: ErrorCategory