SqlImportScriptService.ThrownException-Eigenschaft

Ruft die Ausnahme ab, die während des Vorgangs ausgelöst werden kann.

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

Syntax

'Declaration
Public Property ThrownException As Exception
    Get
    Friend Set
public Exception ThrownException { get; internal set; }
public:
property Exception^ ThrownException {
    Exception^ get ();
    internal: void set (Exception^ value);
}
member ThrownException : Exception with get, internal set
function get ThrownException () : Exception
internal function set ThrownException (value : Exception)

Eigenschaftswert

Typ: System.Exception

.NET Framework-Sicherheit

Siehe auch

Referenz

SqlImportScriptService Klasse

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project-Namespace