Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs460 public const string Xml_ElementTypeNotFound = "Cannot find ElementType name='{0}'."; field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataException.cs685 …c Exception ElementTypeNotFound(string name) => _Data(SR.Format(SR.Xml_ElementTypeNotFound, name)); in ElementTypeNotFound()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataException.cs1296 return _Data(Res.GetString(Res.Xml_ElementTypeNotFound, name)); in ElementTypeNotFound()