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
    Get
    Friend Set
'Usage
Dim instance As OAImportScript
Dim value As Exception

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

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

OAImportScript Class

OAImportScript Members

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