DkmClrExceptionInformation.InstructionAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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; }
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.