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

◆ SetText()

void System.Data.DataError.SetText ( string errorText)
inlineprivate

Definition at line 124 of file DataError.cs.

125 {
126 if (errorText == null)
127 {
128 errorText = string.Empty;
129 }
130 _rowError = errorText;
131 }

References System.Data.DataError._rowError.

Referenced by System.Data.DataError.DataError().