2 references to CreateException
System.Private.Xml (2)
System\Xml\XmlConvert.cs (2)
1419
throw
CreateException
(SR.Xml_InvalidSurrogateMissingLowChar, invSurrogateExceptionType, 0, i + 1);
1461
throw
CreateException
(SR.Xml_InvalidSurrogateMissingLowChar, exceptionType, 0, offset - i + 1);