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

◆ TryCatchFinallyHandler() [1/2]

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

Definition at line 26 of file TryCatchFinallyHandler.cs.

27 : this(tryStart, tryEnd, gotoEndTargetIndex, int.MaxValue, int.MaxValue, handlers)
28 {
29 }