ThrownException Property
This is the exception thrown during the operation.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property ThrownException As Exception
Get
Friend Set
'Usage
Dim instance As OAImportDatabase
Dim value As Exception
value = instance.ThrownException
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)
Property Value
Type: System..::..Exception
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace