Exception Patterns
A page to reference all different kinds of exception related patterns is necessary, so I created this post:
- Multiple Exceptions (user mode)
- Multiple Exceptions (kernel mode)
- Multiple Exceptions (managed space)
- Multiple Exceptions (stowed)
- Hidden Exception (user space)
- Hidden Exception (kernel space)
- Hidden Exception (managed space)
- Managed Code Exception
- Custom Exception Handler (user space)
- Custom Exception Handler (kernel space)
- Nested Exceptions (unmanaged code)
- Nested Exceptions (managed code)
- C++ Exception
- Mixed Exception
- Exception Stack Trace
- Invalid Exception Information
- Problem Exception Handler
- Handled Exception (user space)
- Handled Exception (.NET CLR)
- Handled Exception (kernel space)
- FPU Exception
- Translated Exception
- Stored Exception
- Exception Module
- Software Exception
- Distributed Exception (managed code)
- Exception Reporting Thread
- COM Exception
- Saved Exception Context (.NET)
- Exception Collection
- Near Exception
I’ll update it as soon as I add more similar patterns.
- Dmitry Vostokov @ DumpAnalysis.org + TraceAnalysis.org -