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

◆ Errors

Exception? System.Data.FillErrorEventArgs.Errors
getset

Definition at line 27 of file FillErrorEventArgs.cs.

28 {
29 get
30 {
31 return _errors;
32 }
33 set
34 {
35 _errors = value;
36 }
37 }

Referenced by System.Data.Common.DataAdapter.OnFillErrorHandler().