语言

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

属性值

例外发生在脚本执行过程中。

适用于