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

◆ InstancePropertyWithSpecifiedParametersNotDefinedForType()

static Exception System.Linq.Expressions.Error.InstancePropertyWithSpecifiedParametersNotDefinedForType ( object p0,
object p1,
object p2,
string paramName )
inlinestaticpackage

Definition at line 593 of file Error.cs.

594 {
595 return new ArgumentException(Strings.InstancePropertyWithSpecifiedParametersNotDefinedForType(p0, p1, p2), paramName);
596 }

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

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