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

获取程序运行期间出现的异常的列表。

适用于