バージョン

GetBaseException メソッド

派生クラスでオーバーライドされた場合、それ以後に発生する 1 つ以上の例外の主要な原因である System.Exception を返します。
シンタックス
'宣言
 
Public Overridable Function GetBaseException() As System.Exception
public virtual System.Exception GetBaseException()

戻り値の型

例外のチェインでスローされた最初の例外。現在の例外の System.Exception.InnerException プロパティが null 参照 (Visual Basic の場合は Nothing) である場合、このプロパティは現在の例外を返します。
プラットフォーム

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

参照