Share via


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

See Also

Reference

SqlImportScriptService Class

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