다음을 통해 공유


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

프로그램을 실행하는 중에 발생한 예외 목록을 가져옵니다.

적용 대상