Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.FillErrorEventArgs Class Reference

Public Member Functions

 FillErrorEventArgs (DataTable? dataTable, object?[]? values)
 

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 

Properties

bool Continue [get, set]
 
DataTableDataTable [get]
 
ExceptionErrors [get, set]
 
object?[] Values [get]
 

Private Attributes

bool _continueFlag
 
readonly DataTable _dataTable
 
Exception _errors
 
readonly object[] _values
 

Detailed Description

Definition at line 3 of file FillErrorEventArgs.cs.


The documentation for this class was generated from the following file: