ExceptionSet.Exceptions Properti

Definisi

Mendapatkan daftar pengecualian yang terjadi saat menjalankan 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)

Nilai Properti

Daftar yang mewakili kesalahan yang terjadi selama eksekusi program.

Berlaku untuk