Compartir a través de


SqlImportScriptService.ThrownException (Propiedad)

Obtiene la excepción que se puede iniciar durante la operación.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package.Sql (en Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Exception

Seguridad de .NET Framework

Vea también

Referencia

SqlImportScriptService Clase

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project (Espacio de nombres)