We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metadata seems to be missing these exception codes:
EXCEPTION_ACCESS_VIOLATION EXCEPTION_ARRAY_BOUNDS_EXCEEDED EXCEPTION_BREAKPOINT EXCEPTION_DATATYPE_MISALIGNMENT EXCEPTION_FLT_DENORMAL_OPERAND EXCEPTION_FLT_DIVIDE_BY_ZERO EXCEPTION_FLT_INEXACT_RESULT EXCEPTION_FLT_INVALID_OPERATION EXCEPTION_FLT_OVERFLOW EXCEPTION_FLT_STACK_CHECK EXCEPTION_FLT_UNDERFLOW EXCEPTION_ILLEGAL_INSTRUCTION EXCEPTION_IN_PAGE_ERROR EXCEPTION_INT_DIVIDE_BY_ZERO EXCEPTION_INT_OVERFLOW EXCEPTION_INVALID_DISPOSITION EXCEPTION_NONCONTINUABLE_EXCEPTION EXCEPTION_PRIV_INSTRUCTION EXCEPTION_SINGLE_STEP EXCEPTION_STACK_OVERFLOW
These constants are values that can be used in the ExceptionCode field of an EXCEPTION_RECORD (https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-exception_record).
ExceptionCode
EXCEPTION_RECORD
The text was updated successfully, but these errors were encountered:
Need to add these manually as NTSTATUS constants. They are aliases for existing constants.
Sorry, something went wrong.
cc9fb8f
mikebattista
No branches or pull requests
Metadata seems to be missing these exception codes:
These constants are values that can be used in the
ExceptionCode
field of anEXCEPTION_RECORD
(https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-exception_record).The text was updated successfully, but these errors were encountered: