Name | Description |
---|---|
ExceptionDispatcher | Various bits of logic relating to exception dispatch. |
ExceptionType | Various types of exceptions that can occur. (The constant values match those used in Parrot for the control exceptions. Maybe that'll be OK, maybe we should encapsulate things a bit more. We'll see.) |
Handler | Represents an exception handler. |
LeaveStackUnwinderException | This exception is thrown to actually unwind the (dotnet) stack after we run an exception handler. |