Partilhar via


Propriedade SqlImportScriptService.ThrownException

Obtém a exceção que pode ser lançada durante a operação.

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

Sintaxe

'Declaração
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 propriedade

Tipo: System.Exception

Segurança do .NET Framework

Consulte também

Referência

SqlImportScriptService Classe

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