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

◆ OnListChanged()

virtual void System.Data.DataViewManager.OnListChanged ( ListChangedEventArgs e)
inlineprotectedvirtual

Definition at line 343 of file DataViewManager.cs.

344 {
345 try
346 {
347 this.ListChanged?.Invoke(this, e);
348 }
349 catch (Exception e2) when (ADP.IsCatchableExceptionType(e2))
350 {
351 ExceptionBuilder.TraceExceptionWithoutRethrow(e2);
352 }
353 }
static bool IsCatchableExceptionType(Exception e)
Definition ADP.cs:790
ListChangedEventHandler? ListChanged

References System.Xml.Dictionary, System.Data.Common.ADP.IsCatchableExceptionType(), and System.Data.ExceptionBuilder.TraceExceptionWithoutRethrow().

Referenced by System.Data.DataViewManager.RelationCollectionChanged(), and System.Data.DataViewManager.TableCollectionChanged().