1 instantiation of VersionNotFoundException
System.Data (1)
fx\src\data\System\Data\DataException.cs (1)
385VersionNotFoundException e = new VersionNotFoundException(error);
2 references to VersionNotFoundException
System.Data (2)
fx\src\data\System\Data\DataException.cs (2)
384static private VersionNotFoundException _VersionNotFound(string error) { 385VersionNotFoundException e = new VersionNotFoundException(error);