ExceptionMessageBox.InnerException プロパティ

定義

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

public:
 property Exception ^ InnerException { Exception ^ get(); void set(Exception ^ value); };
public Exception InnerException { get; set; }
member this.InnerException : Exception with get, set
Public Property InnerException As Exception

プロパティ値

Exception オブジェクト。

注釈

既定値は null です。

適用対象