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

◆ CheckStateForProperty()

void System.Data.Constraint.CheckStateForProperty ( )
inlineprotectedinherited

Definition at line 128 of file Constraint.cs.

129 {
130 try
131 {
132 CheckState();
133 }
134 catch (Exception ex) when (ADP.IsCatchableExceptionType(ex))
135 {
136 throw ExceptionBuilder.BadObjectPropertyAccess(ex.Message);
137 }
138 }
static bool IsCatchableExceptionType(Exception e)
Definition ADP.cs:790

References System.Data.ExceptionBuilder.BadObjectPropertyAccess(), System.Data.Constraint.CheckState(), System.Data.Common.ADP.IsCatchableExceptionType(), and System.Exception.Message.