Home
last modified time | relevance | path

Searched refs:Xml_MissingTable (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs47 …public const string Xml_MissingTable = "Cannot load diffGram. Table '{0}' is missing in the destin… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataException.cs698 … static Exception DiffgramMissingTable(string name) => _Data(SR.Format(SR.Xml_MissingTable, name)); in DiffgramMissingTable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataException.cs1348 return _Data(Res.GetString(Res.Xml_MissingTable, name)); in DiffgramMissingTable()