FaultPropagationRecord Class

.NET Framework (current version)
 

Contains the data sent to a tracking participant by the run-time tracking infrastructure when a fault is propagated from a workflow activity.

Namespace:   System.Activities.Tracking
Assembly:  System.Activities (in System.Activities.dll)

System::Object
  System.Activities.Tracking::TrackingRecord
    System.Activities.Tracking::FaultPropagationRecord

[DataContractAttribute]
public ref class FaultPropagationRecord sealed : TrackingRecord

NameDescription
System_CAPS_pubmethodFaultPropagationRecord(Guid, Int64, ActivityInfo^, ActivityInfo^, Boolean, Exception^)

Creates a new instance of the FaultPropagationRecord class.

NameDescription
System_CAPS_pubpropertyAnnotations

When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyEventTime

When implemented in a derived class, represents the time the tracking record occurred.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyFault

Get the exception data contained in the fault.

System_CAPS_pubpropertyFaultHandler

Gets the ActivityInfo of the fault handler.

System_CAPS_pubpropertyFaultSource

Gets the ActivityInfo of the activity that generated the fault.

System_CAPS_pubpropertyInstanceId

When implemented in a derived class, represents the ID of the generating workflow instance.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyIsFaultSource

A value that indicates whether this handler is the first handler for the fault.

System_CAPS_pubpropertyLevel

Gets the TraceLevel of the event.(Inherited from TrackingRecord.)

System_CAPS_pubpropertyRecordNumber

A sequence that defines the order in which tracking records are generated. (Inherited from TrackingRecord.)

NameDescription
System_CAPS_protmethodClone()

Creates a copy of the TrackingRecord.(Inherited from TrackingRecord.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current FaultPropagationRecord object.(Overrides TrackingRecord::ToString().)

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: