1 instantiation of VersionNotFoundException
System.Data.Common (1)
System\Data\DataException.cs (1)
368
private static Exception _VersionNotFound(string error) => TraceExceptionAsReturnValue(new
VersionNotFoundException
(error));
2 references to VersionNotFoundException
netstandard (1)
netstandard.cs (1)
607
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
VersionNotFoundException
))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
262
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
VersionNotFoundException
))]