SqlImportScriptService.ThrownException Property
Gets the exception that can be thrown during the operation.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Public Property ThrownException As Exception
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
.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.Package.Sql.Project Namespace