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

◆ _NoNullAllowed()

static Exception System.Data.ExceptionBuilder._NoNullAllowed ( string error)
inlinestaticprivate

Definition at line 120 of file ExceptionBuilder.cs.

121 {
122 return TraceExceptionAsReturnValue(new NoNullAllowedException(error));
123 }
static Exception TraceExceptionAsReturnValue(Exception e)

References System.Data.ExceptionBuilder.TraceExceptionAsReturnValue().

Referenced by System.Data.ExceptionBuilder.NullValues().