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

◆ KeyDoesNotExistInExpando()

static Exception System.Linq.Expressions.Error.KeyDoesNotExistInExpando ( object p0)
inlinestaticpackage

Definition at line 33 of file Error.cs.

34 {
35 return new KeyNotFoundException(Strings.KeyDoesNotExistInExpando(p0));
36 }

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