Share via


ExceptionSet.Exceptions Property

Definition

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

public:
 property System::Collections::Generic::IList<Exception ^> ^ Exceptions { System::Collections::Generic::IList<Exception ^> ^ get(); };
public System.Collections.Generic.IList<Exception> Exceptions { get; }
member this.Exceptions : System.Collections.Generic.IList<Exception>
Public ReadOnly Property Exceptions As IList(Of Exception)

Property Value

A list that represents the errors that occurred during program execution.

Applies to