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

◆ Errors

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

Definition at line 23 of file RowUpdatedEventArgs.cs.

24 {
25 get
26 {
27 return _errors;
28 }
29 set
30 {
31 _errors = value;
32 }
33 }