AggregateException.GetBaseException メソッド

定義

この例外の根本的な原因である AggregateException を返します。

public:
 override Exception ^ GetBaseException();
public override Exception GetBaseException ();
override this.GetBaseException : unit -> Exception
Public Overrides Function GetBaseException () As Exception

戻り値

Exception

この例外の根本的な原因である AggregateException

適用対象