[Exception]
ExceptionType = 1
ExceptionSetupArea = 2


;Put this file on c:\except.inf to cause exceptions in winnt32.

;ExceptionType
;0 - none
;1 - Exception 5
;2 - buffer overrun
;3 - stack overflow using malloc
;4 - Invalid instruction (call null pointer)
;5 - Divide by zero (integer)

;ExeptionSetupArea
;0 - none
;1 - very early, before exception handler is set
;2 - very early, as soon as exception handler is set
;3 - copy thread - verify early
;4 - Post copy thread