TrackingWorkflowExceptionEventArgs.CurrentActivityPath Property

Definition

Gets the QualifiedName of the activity currently throwing the exception.

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

Property Value

The QualifiedName of the activity currently throwing 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 the exception again, a new exception tracking event containing a new TrackingWorkflowExceptionEventArgs is raised to the runtime tracking infrastructure. CurrentActivityPath refers to the activity that is currently throwing the exception.

Applies to