共用方式為


System.AggregateException 類別 (F#)

表示應用程式執行期間所發生的一個或多個錯誤。

命名空間/模組路徑:System

組件:FSharp.Core (在 FSharp.Core.dll 中)

type AggregateException =
 class
  member this.InnerExceptions :  ReadOnlyCollection<exn>
 end

備註

此型別僅可搭配以 .NET Framework 2.0 為目標的 F# 執行階段使用。 如果您使用的.NET Framework 4,使用.NET Framework 4 型別具有相同的名稱 AggregateException

執行個體成員

成員

說明

InnerExceptions

取得造成目前例外狀況之 Exception 執行個體的唯讀集合。

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本資訊

F# 執行階段

支援版本:2.0

Silverlight

支援版本:3

請參閱

參考

System 命名空間 (F#)