'keyword' not allowed in function with 'naked' attribute
A function defined as naked cannot use structured exception handling.
Example
__declspec( naked ) int func() { __try{} // error, structured exception handling }