언어

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

속성 값

스크립트 실행 중에 발생하는 예외입니다.

적용 대상