robust-services-core icon indicating copy to clipboard operation
robust-services-core copied to clipboard

Exception robustness

Open GregUtas opened this issue 8 years ago • 0 comments

If an exception is constructed on a heap, what happens if the heap was out of memory? This is a particular risk with an AllocationException. If an exception is constructed on the stack, what happens if it causes a stack overflow?

GregUtas avatar Nov 04 '17 19:11 GregUtas