AggregateException.GetBaseException 方法

定義

傳回這個例外狀況之根本原因的 AggregateException

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

傳回

Exception

屬於這個例外狀況根本原因的 AggregateException

適用於