VSTATaskScriptingEngine.ExecutionException Property

Definition

Gets or sets the exception that occurs during script execution.

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

Property Value

The exception that occurs during script execution.

Applies to