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

◆ MethodWithArgsDoesNotExistOnType()

static Exception System.Linq.Expressions.Error.MethodWithArgsDoesNotExistOnType ( object p0,
object p1 )
inlinestaticpackage

Definition at line 673 of file Error.cs.

674 {
675 return new InvalidOperationException(Strings.MethodWithArgsDoesNotExistOnType(p0, p1));
676 }

References System.Linq.Expressions.Strings.MethodWithArgsDoesNotExistOnType().

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