Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/corefx/
H A DSR.cs44 …public const string Xml_MultipleTargetConverterError = "An error occurred with the multiple target… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataException.cs718 …string res = (null != innerException) ? SR.Xml_MultipleTargetConverterError : SR.Xml_MultipleTarge… in ThrowMultipleTargetConverter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DDataException.cs1409 …string res = (null != innerException) ? Res.Xml_MultipleTargetConverterError : Res.Xml_MultipleTar… in ThrowMultipleTargetConverter()