1 instantiation of NoNullAllowedException
System.Data.Common (1)
System\Data\DataException.cs (1)
364
private static Exception _NoNullAllowed(string error) => TraceExceptionAsReturnValue(new
NoNullAllowedException
(error));
2 references to NoNullAllowedException
netstandard (1)
netstandard.cs (1)
560
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
NoNullAllowedException
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
126
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
NoNullAllowedException
))]