FaultPropagationRecord Constructor

Definition

Creates a new instance of the FaultPropagationRecord class.

public:
 FaultPropagationRecord(Guid instanceId, long recordNumber, System::Activities::Tracking::ActivityInfo ^ faultSource, System::Activities::Tracking::ActivityInfo ^ faultHandler, bool isFaultSource, Exception ^ fault);
public FaultPropagationRecord (Guid instanceId, long recordNumber, System.Activities.Tracking.ActivityInfo faultSource, System.Activities.Tracking.ActivityInfo faultHandler, bool isFaultSource, Exception fault);
new System.Activities.Tracking.FaultPropagationRecord : Guid * int64 * System.Activities.Tracking.ActivityInfo * System.Activities.Tracking.ActivityInfo * bool * Exception -> System.Activities.Tracking.FaultPropagationRecord
Public Sub New (instanceId As Guid, recordNumber As Long, faultSource As ActivityInfo, faultHandler As ActivityInfo, isFaultSource As Boolean, fault As Exception)

Parameters

instanceId
Guid

The instance ID of the activity that generated the event.

recordNumber
Int64

A sequence that defines the order in which tracking events are generated.

faultSource
ActivityInfo

The activity that is the source of the fault.

faultHandler
ActivityInfo

The activity that is the fault handler.

isFaultSource
Boolean

true if this handler is the first handler of the fault; false if this handler is a subsequent handler of the fault.

fault
Exception

The exception details.

Applies to