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

◆ TypeNotAllowed()

static Exception System.Data.ExceptionBuilder.TypeNotAllowed ( Type type)
inlinestatic

Definition at line 160 of file ExceptionBuilder.cs.

161 {
162 return _InvalidOperation(System.SR.Format(System.SR.Data_TypeNotAllowed, type.AssemblyQualifiedName));
163 }
static Exception _InvalidOperation(string error)
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string Data_TypeNotAllowed
Definition SR.cs:228
Definition SR.cs:7

References System.Data.ExceptionBuilder._InvalidOperation(), System.SR.Data_TypeNotAllowed, System.SR.Format(), and System.type.

Referenced by System.Data.TypeLimiter.EnsureTypeIsAllowed().