次の方法で共有


InnerException プロパティ

下位レベル メッセージに関連付けられた Exception インスタンスを取得します。値の設定も可能です。

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

構文

'宣言
Public Property InnerException As Exception
    Get
    Set
'使用
Dim instance As ExceptionMessageBox
Dim value As Exception

value = instance.InnerException

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

プロパティ値

型: System. . :: . .Exception
Exception オブジェクトです。

説明

既定値は NULL です。