System\Xml\XmlConvert.cs (3)
1429throw CreateInvalidSurrogatePairException(data[i + 1], data[i], invSurrogateExceptionType, 0, i + 1);
1471throw CreateInvalidSurrogatePairException(data[i + 1], data[i], exceptionType, 0, offset - i + 1);
1582return CreateInvalidSurrogatePairException(low, hi, exceptionType, 0, 0);