Platforms to show: All Mac Windows Linux Cross-Platform

Back to WinExceptionMBS class.

WinExceptionMBS.kContinueCode = 2

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants you can use for the GotException event return value.

This one is not recommented as it can raise the same exception again or crash your application.

WinExceptionMBS.kExceptionAccessViolation = &hC0000005

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread attempts to read from or write to a virtual address for which it does not have access.

WinExceptionMBS.kExceptionArrayBoundsExceeded = &hC000008C

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread attempts to access an array element that is out of bounds, and the underlying hardware supports bounds checking.

WinExceptionMBS.kExceptionBreakPoint = &h80000003

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

A breakpoint is encountered.

WinExceptionMBS.kExceptionDataTypeMisalignment = &h80000002

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread attempts to read or write data that is misaligned on hardware that does not provide alignment. For example, 16-bit values must be aligned on 2-byte boundaries, 32-bit values on 4-byte boundaries, and so on.

WinExceptionMBS.kExceptionFloatDenormalOperand = &hC000008D

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

One of the operands in a floating point operation is denormal. A denormal value is one that is too small to represent as a standard floating point value.

WinExceptionMBS.kExceptionFloatDivideByZero = &hC000008E

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread attempts to divide a floating point value by a floating point divisor of 0 (zero).

WinExceptionMBS.kExceptionFloatInexactResult = &hC000008F

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The result of a floating point operation cannot be represented exactly as a decimal fraction.

WinExceptionMBS.kExceptionFloatInvalidOperation = &hC0000090

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

A floating point exception that is not included in this list.

WinExceptionMBS.kExceptionFloatOverflow = &hC0000091

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The exponent of a floating point operation is greater than the magnitude allowed by the corresponding type.

WinExceptionMBS.kExceptionFloatStackCheck = &hC0000092

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The stack has overflowed or underflowed, because of a floating point operation.

WinExceptionMBS.kExceptionFloatUnderflow = &hC0000093

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The exponent of a floating point operation is less than the magnitude allowed by the corresponding type.

WinExceptionMBS.kExceptionIllegalInstruction = &hC000001D

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread tries to execute an invalid instruction.

WinExceptionMBS.kExceptionInPageError = &hC0000006

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread tries to access a page that is not present, and the system is unable to load the page. For example, this exception might occur if a network connection is lost while running a program over a network.

WinExceptionMBS.kExceptionIntegerDivideByZero = &hC0000094

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread attempts to divide an integer value by an integer divisor of 0 (zero).

WinExceptionMBS.kExceptionIntegerOverflow = &hC0000095

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The result of an integer operation causes a carry out of the most significant bit of the result.

WinExceptionMBS.kExceptionInvalidDisposition = &hC0000026

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

An exception handler returns an invalid disposition to the exception dispatcher. Programmers using a high-level language such as C should never encounter this exception.

WinExceptionMBS.kExceptionNonContinueableException = &hC0000025

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread attempts to continue execution after a non-continuable exception occurs.

WinExceptionMBS.kExceptionPrivilegedInstruction = &hC0000096

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread attempts to execute an instruction with an operation that is not allowed in the current computer mode.

WinExceptionMBS.kExceptionSingleStep = &h80000004

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

A trace trap or other single instruction mechanism signals that one instruction is executed.

WinExceptionMBS.kExceptionStackOverflow = &hC00000FD

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants for exception codes.

The thread uses up its stack.

WinExceptionMBS.kExecuteHandler = 1

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants you can use for the GotException event return value.

Windows will execute the default handler for this exception.
This can show a Windows error dialog.

WinExceptionMBS.kExecuteHandlerNoDialog = 4

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants you can use for the GotException event return value.

Windows will execute the default handler for this exception, but not show a dialog.

WinExceptionMBS.kNextHandler = 3

Type Topic Plugin Version
const Windows MBS Win Plugin 8.7
One of the constants you can use for the GotException event return value.

Windows will call the next exception handler.

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...