次の方法で共有


Exception プロパティ

Transact-SQL の実行中にスローされた例外を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.MultiServerConnection
アセンブリ:  Microsoft.SqlServer.Management.MultiServerConnection (Microsoft.SqlServer.Management.MultiServerConnection.dll)

構文

'宣言
Public Overridable Property Exception As Exception
    Get
    Set
'使用
Dim instance As ResultInfo
Dim value As Exception

value = instance.Exception

instance.Exception = value
public virtual Exception Exception { get; set; }
public:
virtual property Exception^ Exception {
    Exception^ get ();
    void set (Exception^ value);
}
abstract Exception : Exception with get, set
override Exception : Exception with get, set
function get Exception () : Exception
function set Exception (value : Exception)

プロパティ値

型: System. . :: . .Exception
Transact-SQL 実行中にスローされる例外です。

実装

IResultInfo. . :: . .Exception