robust-services-core
robust-services-core copied to clipboard
Exception robustness
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?