1 instantiation of NoNullAllowedException
System.Data (1)
fx\src\data\System\Data\DataException.cs (1)
370
NoNullAllowedException e = new
NoNullAllowedException
(error);
2 references to NoNullAllowedException
System.Data (2)
fx\src\data\System\Data\DataException.cs (2)
369
static private
NoNullAllowedException
_NoNullAllowed(string error) {
370
NoNullAllowedException
e = new NoNullAllowedException(error);