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

◆ CheckStateForProperty()

void System.Data.DataRelation.CheckStateForProperty ( )
inlineprotected

Definition at line 512 of file DataRelation.cs.

513 {
514 try
515 {
516 CheckState();
517 }
518 catch (Exception ex) when (ADP.IsCatchableExceptionType(ex))
519 {
520 throw ExceptionBuilder.BadObjectPropertyAccess(ex.Message);
521 }
522 }
static bool IsCatchableExceptionType(Exception e)
Definition ADP.cs:790

References System.Data.ExceptionBuilder.BadObjectPropertyAccess(), System.Data.DataRelation.CheckState(), and System.Data.Common.ADP.IsCatchableExceptionType().