Redigera

Dela via


TrackingWorkflowExceptionEventArgs.OriginalActivityPath Property

Definition

Gets the QualifiedName of the activity that originally threw the exception.

public:
 property System::String ^ OriginalActivityPath { System::String ^ get(); };
public string OriginalActivityPath { get; }
member this.OriginalActivityPath : string
Public ReadOnly Property OriginalActivityPath As String

Property Value

The QualifiedName of the activity that originally threw the exception.

Remarks

Exceptions are passed up the chain of exception handler activities. An exception handler may choose to throw an exception again. When an exception handler throws an exception again, a new exception tracking event containing a new TrackingWorkflowExceptionEventArgs is raised to the runtime tracking infrastructure. OriginalActivityPath refers to the activity that originally threw the exception.

Applies to