次の方法で共有


OAImportDatabase.ThrownException プロパティ

操作中にスローされた例外を取得します。

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project.Sql (Microsoft.VisualStudio.Data.Schema.Project.Sql.dll 内)

構文

'宣言
Public Property ThrownException As Exception
'使用
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)

プロパティ値

型 : System.Exception

参照

参照

OAImportDatabase クラス

OAImportDatabase メンバ

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation 名前空間