DkmClrExceptionInformation.InstructionAddress Property

Definition

[Optional] Address where the exception occurred. This will be null if the CLR exception occurred inside the runtime when no managed code was on the stack.

public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ InstructionAddress { Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ InstructionAddress { Microsoft::VisualStudio::Debugger::Clr::DkmClrInstructionAddress ^ get(); };
public Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress InstructionAddress { get; }
member this.InstructionAddress : Microsoft.VisualStudio.Debugger.Clr.DkmClrInstructionAddress
Public ReadOnly Property InstructionAddress As DkmClrInstructionAddress

Property Value

Returns DkmClrInstructionAddress.

Applies to