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

◆ ColumnNotInTheUnderlyingTable()

static Exception System.Data.ExceptionBuilder.ColumnNotInTheUnderlyingTable ( string column,
string table )
inlinestatic

Definition at line 265 of file ExceptionBuilder.cs.

266 {
268 }
static Exception _Argument(string error)
static string DataColumn_NotInTheUnderlyingTable
Definition SR.cs:324
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

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

Referenced by System.Data.DataView.ToTable().