Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryCatchFinallyHandler() [2/2]

System.Linq.Expressions.Interpreter.TryCatchFinallyHandler.TryCatchFinallyHandler ( int tryStart,
int tryEnd,
int gotoEndLabelIndex,
int finallyStart,
int finallyEnd,
ExceptionHandler[] handlers )
inlinepackage

Definition at line 31 of file TryCatchFinallyHandler.cs.

References System.Linq.Expressions.Interpreter.TryCatchFinallyHandler._handlers, System.Linq.Expressions.Interpreter.TryCatchFinallyHandler.FinallyEndIndex, System.Linq.Expressions.Interpreter.TryCatchFinallyHandler.FinallyStartIndex, System.Linq.Expressions.Interpreter.TryCatchFinallyHandler.GotoEndTargetIndex, System.Linq.Expressions.Interpreter.TryCatchFinallyHandler.TryEndIndex, and System.Linq.Expressions.Interpreter.TryCatchFinallyHandler.TryStartIndex.