ExceptionSet.Exceptions Proprietà

Definizione

Ottiene un elenco di eccezioni che si sono verificate durante l'esecuzione del programma.

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)

Valore della proprietà

IList<Exception>

Elenco che rappresenta gli errori che si sono verificati durante l'esecuzione del programma.

Si applica a