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

◆ Errors

Exception? System.Data.Common.RowUpdatingEventArgs.Errors
getset

Definition at line 41 of file RowUpdatingEventArgs.cs.

42 {
43 get
44 {
45 return _errors;
46 }
47 set
48 {
49 _errors = value;
50 }
51 }