19 references to ArgumentException
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
3468XmlConvert.VerifyCharData(val, ExceptionType.ArgumentException, ExceptionType.XmlException);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (1)
662XmlConvert.VerifyCharData(value, ExceptionType.ArgumentException, ExceptionType.XmlException);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (2)
357XmlConvert.VerifyCharData(str, ExceptionType.ArgumentException); 362XmlConvert.VerifyCharData(data, offset, len, ExceptionType.ArgumentException);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (2)
245WriteString(XmlConvert.VerifyNMTOKEN(name, ExceptionType.ArgumentException)); 252WriteString(XmlConvert.VerifyQName(name, ExceptionType.ArgumentException));
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (5)
284XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException); 292XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException); 300XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException); 321XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException); 332XmlConvert.VerifyCharData(text, ExceptionType.ArgumentException);
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (8)
1767case ExceptionType.ArgumentException: 1784case ExceptionType.ArgumentException: 1801case ExceptionType.ArgumentException: 1811return CreateInvalidSurrogatePairException(low, hi, ExceptionType.ArgumentException); 1830return CreateInvalidHighSurrogateCharException(hi, ExceptionType.ArgumentException); 1845return CreateInvalidCharException(data, length, invCharPos, ExceptionType.ArgumentException); 1855return CreateInvalidCharException(data, invCharPos, ExceptionType.ArgumentException); 1865return CreateInvalidCharException(invChar, nextChar, ExceptionType.ArgumentException);