バージョン

InnerException プロパティ

現在の例外の原因となる System.Exception インスタンスを取得します。
シンタックス
'宣言
 
Public ReadOnly Property InnerException As System.Exception
public System.Exception InnerException {get;}

プロパティ値

現在の例外を発生させたエラーを説明するオブジェクト。System.Exception.InnerException プロパティは、System.Exception.#ctor(System.String,System.Exception) コンストラクターに渡されたものと同じ値を返します。内部例外の値がコンストラクターに渡されなかった場合は null を返します。このプロパティは読み取り専用です。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照