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