VSTATaskScriptingEngine.ExecutionException Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public ReadOnly Property ExecutionException As Exception
Get
'Usage
Dim instance As VSTATaskScriptingEngine
Dim value As Exception
value = instance.ExecutionException
public Exception ExecutionException { get; }
public:
property Exception^ ExecutionException {
Exception^ get ();
}
member ExecutionException : Exception
function get ExecutionException () : Exception
Property Value
Type: System.Exception