TrackingWorkflowExceptionEventArgs.CurrentActivityPath 속성

정의

QualifiedName 현재 예외를 throw하는 활동의 값을 가져옵니다.

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

속성 값

QualifiedName 현재 예외를 throw하는 작업의 작업입니다.

설명

예외 처리기 작업의 체인에 예외가 전달됩니다. 예외 처리기는 예외를 다시 throw하도록 선택할 수 있습니다. 예외 처리기가 예외를 다시 throw하면 새 TrackingWorkflowExceptionEventArgs 예외 추적 이벤트가 런타임 추적 인프라에 발생합니다. CurrentActivityPath 는 현재 예외를 throw하는 활동을 나타냅니다.

적용 대상