共用方式為


SqlImportScriptService.ThrownException 屬性

取得可能是在作業期間擲回的例外狀況。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package.Sql (在 Microsoft.VisualStudio.Data.Schema.Package.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:System.Exception

.NET Framework 安全性

請參閱

參考

SqlImportScriptService 類別

Microsoft.VisualStudio.Data.Schema.Package.Sql.Project 命名空間