System.Data.VersionNotFoundException
namespace System.Data
{
public class VersionNotFoundException : DataException
{
public VersionNotFoundException();
protected VersionNotFoundException(SerializationInfo info, StreamingContext context);
public VersionNotFoundException(string s);
public VersionNotFoundException(string message, Exception innerException);
}
}