TrackingWorkflowExceptionEventArgs.CurrentActivityPath 속성

정의

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

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

속성 값

String

현재 예외를 throw하는 활동의 QualifiedName입니다.

설명

예외는 예외 처리기 활동 체인 위로 전달됩니다. 예외 처리기에서 다시 예외를 throw하도록 선택할 수 있습니다. 예외 처리기가 다시 예외를 throw하는 경우 새 TrackingWorkflowExceptionEventArgs를 포함하는 새 예외 추적 이벤트가 런타임 추적 인프라에 발생합니다. CurrentActivityPath는 현재 예외를 throw하는 활동을 참조합니다.

적용 대상