ExceptionSet.Exceptions Propriedade

Definição

Obtém uma lista de exceções que ocorreram durante a execução do 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 da propriedade

Uma lista que representa os erros que ocorreram durante execução de programa.

Aplica-se a