Share via


VSTATaskScriptingEngine.ExecutionException 속성

정의

스크립트를 실행하는 동안 발생하는 예외를 가져오거나 설정합니다.

public:
 property Exception ^ ExecutionException { Exception ^ get(); void set(Exception ^ value); };
public Exception ExecutionException { get; set; }
member this.ExecutionException : Exception with get, set
Public Property ExecutionException As Exception

속성 값

스크립트를 실행하는 동안 발생하는 예외입니다.

적용 대상