Partager via


ExceptionSet.Exceptions Propriété

Définition

Obtient une liste des exceptions qui se sont produites pendant l'exécution du programme.

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)

Valeur de propriété

Liste qui représente les erreurs qui se sont produites pendant l'exécution du programme.

S’applique à