ExceptionSet.Exceptions Propiedad

Definición

Obtiene una lista de las excepciones que se produjeron al ejecutar el programa.

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)

Valor de propiedad

Lista que representa los errores que se produjeron durante la ejecución del programa.

Se aplica a