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

屬性值

Exception

指令碼執行期間發生的例外狀況。

適用於