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