AggregateException.GetBaseException メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この例外の根本的な原因である AggregateException を返します。
public:
override Exception ^ GetBaseException();
public override Exception GetBaseException ();
override this.GetBaseException : unit -> Exception
Public Overrides Function GetBaseException () As Exception
戻り値
この例外の根本的な原因である AggregateException。