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