Compartilhar via


Propriedade OAImportDatabase.ThrownException

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
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

OAImportDatabase Classe

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