AggregateException.GetBaseException 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個例外狀況之根本原因的 AggregateException。
public:
override Exception ^ GetBaseException();
public override Exception GetBaseException ();
override this.GetBaseException : unit -> Exception
Public Overrides Function GetBaseException () As Exception
傳回
屬於這個例外狀況根本原因的 AggregateException。