Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
'Usage
Dim instance As OAImportDatabase
Dim value As Exception
value = instance.ThrownException
instance.ThrownException = value
public Exception ThrownException { get; internal set; }
public:
property Exception^ ThrownException {
Exception^ get ();
void set (Exception^ value);
}
public function get ThrownException () : Exception
public function set ThrownException (value : Exception)
Property Value
Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace