ExceptionSet 類別

定義

顯示程式執行期間發生的例外狀況集。

public ref class ExceptionSet : Exception
public class ExceptionSet : Exception
type ExceptionSet = class
    inherit Exception
Public Class ExceptionSet
Inherits Exception
繼承
ExceptionSet

建構函式

ExceptionSet()

使用預設屬性值,初始化 ExceptionSet 類別的新執行個體。

ExceptionSet(IEnumerable<Exception>)

初始化具有指定的例外狀況之 ExceptionSet 類別的新執行個體。

屬性

Exceptions

取得執行程式期間發生之例外狀況的清單。

適用於