Struct EXCEPTION_RECORD
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.
- NumberParameters
Number of parameters used in ExceptionInformation array.
Properties
- IsNotContinuable
Based off ExceptionFlags, is the exception Non-continuable?