Task.TranslateException Method
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'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
)