次の方法で共有


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

プロパティ値

スクリプトの実行中に発生する例外です。

適用対象