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

◆ UnsupportedDataType()

static Exception System.Data.ExprException.UnsupportedDataType ( Type type)
inlinestatic

Definition at line 278 of file ExprException.cs.

279 {
280 return ExceptionBuilder._Argument(System.SR.Format(System.SR.Expr_UnsupportedType, type.FullName));
281 }
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string Expr_UnsupportedType
Definition SR.cs:210
Definition SR.cs:7

References System.Data.ExceptionBuilder._Argument(), System.SR.Expr_UnsupportedType, System.SR.Format(), and System.type.

Referenced by System.Data.DataExpression.DataExpression().