2 references to CreateException
System.Private.Xml (2)
System\Xml\XmlConvert.cs (2)
1543
return
CreateException
(res, arg, exceptionType, 0, 0);
1606
return
CreateException
(SR.Xml_InvalidSurrogateHighChar, ((uint)hi).ToString("X", CultureInfo.InvariantCulture), exceptionType, lineNo, linePos);