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