共用方式為


TTD 例外狀況物件

Description

TTD Exception objects are used to provide information about event exceptions that happened during a trace session.

屬性

Property Description
類型 描述例外狀況的類型。 可能的值為 「軟體」和「硬體」。
ProgramCounter 擲回例外狀況的指示。
Code 例外狀況的程序代碼。
Flags 例外狀況旗標。
RecordAddress 在記憶體中,您可以在其中找到例外狀況的記錄。

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

時間移動偵錯 - 時間移動偵錯對象的簡介

時間移動偵錯 - 概觀

dx (顯示除錯程式物件模型表示式)