JaCIL Framework API

IMethodContext.HandlerTable Property

The current exception handlers for the method context.

JaCIL.Compiler.Instruction.IHandlerTable HandlerTable {get;}

Property Value

The current exception handlers for the method context.

Remarks

This value is only meaningful with a translation invocation and only when delegated to instruction contexts. The value is not defined outside of this context.

See Also

IMethodContext Interface | JaCIL.Compiler.Context Namespace