1 reference to NoNullAllowedException
System.Data.Common (1)
System\Data\DataException.cs (1)
364
private static Exception _NoNullAllowed(string error) => TraceExceptionAsReturnValue(new
NoNullAllowedException
(error));