Task.WriteNonLocalizedError Method
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Overridable Sub WriteNonLocalizedError ( _
exception As Exception, _
category As ExchangeErrorCategory, _
target As Object, _
reThrow As Boolean _
)
'Usage
Dim exception As Exception
Dim category As ExchangeErrorCategory
Dim target As Object
Dim reThrow As Boolean
Me.WriteNonLocalizedError(exception, _
category, target, reThrow)
protected virtual void WriteNonLocalizedError(
Exception exception,
ExchangeErrorCategory category,
Object target,
bool reThrow
)
Parameters
- exception
Type: System.Exception
- category
Type: ExchangeErrorCategory
- target
Type: System.Object
- reThrow
Type: System.Boolean