ExceptionSet Class

Definition

Displays the set of exceptions during the program execution.

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

Constructors

ExceptionSet()

Initializes a new instance of the ExceptionSet class with the default property values.

ExceptionSet(IEnumerable<Exception>)

Initializes a new instance of the ExceptionSet class with the specified exceptions.

Properties

Exceptions

Gets a list of exceptions that occurred while running the program.

Applies to