Home
last modified time | relevance | path

Searched refs:Database_not_found (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Cache/
H A DSqlCacheDependency.cs673 throw new HttpException(SR.GetString(SR.Database_not_found, database)); in GetDatabaseConfig()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs140 public const string Database_not_found = "Cannot find the '{0}' database in the configuration."; field in SR