Exceptions HandleEndFinally Method Fling OS
Handles cleanly leaving a "finally" critical section (i.e. finally block). This may result in an exception being passed to the next handler if it has not been caught & handled yet.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[ExceptionsHandleEndFinallyMethodAttribute]
[PluggedMethodAttribute(ASMFilePath = "ASM\Exceptions\HandleEndFinally")]
public static void HandleEndFinally()
See Also