Share via


OAImportScript.ThrownException Property

Gets the exception thrown during the operation.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public Property ThrownException As Exception
'Usage
Dim instance As OAImportScript 
Dim value As Exception 

value = instance.ThrownException

instance.ThrownException = value
public Exception ThrownException { get; internal set; }
public:
property Exception^ ThrownException {
    Exception^ get ();
    void set (Exception^ value);
}
public function get ThrownException () : Exception 
public function set ThrownException (value : Exception)

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

OAImportScript Class

OAImportScript Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace