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

◆ AddFaultRegion()

void System.Reflection.Metadata.Ecma335.ControlFlowBuilder.AddFaultRegion ( LabelHandle tryStart,
LabelHandle tryEnd,
LabelHandle handlerStart,
LabelHandle handlerEnd )
inline

Definition at line 142 of file ControlFlowBuilder.cs.

143 {
145 }
void AddExceptionRegion(ExceptionRegionKind kind, LabelHandle tryStart, LabelHandle tryEnd, LabelHandle handlerStart, LabelHandle handlerEnd, LabelHandle filterStart=default(LabelHandle), EntityHandle catchType=default(EntityHandle))

References System.Reflection.Metadata.Ecma335.ControlFlowBuilder.AddExceptionRegion().