อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


Activity.HandleFault(ActivityExecutionContext, Exception) Method

Definition

Called when an exception is raised within the context of the execution of this instance.

C#
protected internal virtual System.Workflow.ComponentModel.ActivityExecutionStatus HandleFault(System.Workflow.ComponentModel.ActivityExecutionContext executionContext, Exception exception);

Parameters

executionContext
ActivityExecutionContext

The ActivityExecutionContext for this instance.

exception
Exception

The Exception that caused this fault.

Returns

The ActivityExecutionStatus that results from an attempt to cancel this instance.

Exceptions

executionContext is a null reference (Nothing in Visual Basic).

-or-

exception is a null reference (Nothing in Visual Basic).

Remarks

The default method tries to call the Cancel method and returns the result of this attempt.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1