JaCIL Framework API

MethodContext.HandlerTable Property

The current exception handlers for the method context.

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

Property Value

The current exception handlers for the method context.

Implements

IMethodContext.HandlerTable

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

MethodContext Class | JaCIL.Compiler.Context Namespace