Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Description
TTD Exception objects are used to provide information about event exceptions that happened during a trace session.
Properties
| Property | Description |
|---|---|
| Type | Menjelaskan jenis pengecualian. Nilai yang mungkin adalah "Perangkat Lunak" dan "Perangkat Keras". |
| ProgramCounter | Instruksi di mana pengecualian dilemparkan. |
| Code | Kode pengecualian. |
| Flags | Bendera pengecualian. |
| RecordAddress | Di mana dalam memori Anda dapat menemukan catatan pengecualian. |
Children
| Object | Description |
|---|---|
| Position | A position object that describes the position the exception occurred. |
Example Usage
0:003> dx -r1 @$curprocess.TTD.Events.Where(t => t.Type == "Exception")[0].Exception
@$curprocess.TTD.Events.Where(t => t.Type == "Exception")[0].Exception : Exception 0x80010012 of type Software at PC: 0X7FF9F6DC8670
Position : 36A7:0 [Time Travel]
Type : Software
ProgramCounter : 0x7ff9f6dc8670
Code : 0x80010012
Flags : 0x1
RecordAddress : 0x0
See Also
Penelusuran Kesalahan Perjalanan Waktu - Pengantar objek Penelusuran Kesalahan Perjalanan Waktu