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

◆ ReducedNotCompatible()

static Exception System.Linq.Expressions.Error.ReducedNotCompatible ( )
inlinestaticpackage

Definition at line 78 of file Error.cs.

79 {
80 return new ArgumentException(Strings.ReducedNotCompatible);
81 }

References System.Linq.Expressions.Strings.ReducedNotCompatible.

Referenced by System.Linq.Expressions.Expression< TDelegate >.ReduceAndCheck().