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

◆ TryFault()

static TryExpression System.Linq.Expressions.Expression< TDelegate >.TryFault ( Expression< TDelegate > body,
Expression< TDelegate >? fault )
inlinestaticinherited

Definition at line 4877 of file Expression.cs.

4878 {
4879 return MakeTry(null, body, null, fault, null);
4880 }
static TryExpression MakeTry(Type? type, Expression body, Expression? @finally, Expression? fault, IEnumerable< CatchBlock >? handlers)

References System.Linq.Expressions.Expression< TDelegate >.MakeTry().