ExceptionSet 類別

定義

在程式執行時顯示一組例外。

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

建構函式

名稱 Description
ExceptionSet()

初始化一個新的類別實例 ExceptionSet ,使用預設屬性值。

ExceptionSet(IEnumerable<Exception>)

初始化類別的新實例 ExceptionSet ,並符合指定的例外。

屬性

名稱 Description
Exceptions

會獲得執行程式時發生的例外清單。

適用於