Table of Contents

Struct EXCEPTION_RECORD

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

Information about an exception

public struct EXCEPTION_RECORD

Remarks

This will default to the correct caller's platform

Fields

ExceptionAddress

Address in the debuggee that the exception occurred at.

ExceptionCode
ExceptionFlags
ExceptionInformation0
ExceptionInformation1
ExceptionInformation10
ExceptionInformation11
ExceptionInformation12
ExceptionInformation13
ExceptionInformation14
ExceptionInformation2
ExceptionInformation3
ExceptionInformation4
ExceptionInformation5
ExceptionInformation6
ExceptionInformation7
ExceptionInformation8
ExceptionInformation9
ExceptionRecord
NumberParameters

Number of parameters used in ExceptionInformation array.

Properties

IsNotContinuable

Based off ExceptionFlags, is the exception Non-continuable?