41 references to CreateReadContentAsException
System.Xml (41)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
871throw CreateReadContentAsException(name);
System\Xml\Core\ReadContentAsBinaryHelper.cs (2)
80throw reader.CreateReadContentAsException( "ReadContentAsBase64" ); 127throw reader.CreateReadContentAsException( "ReadContentAsBinHex" );
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (2)
30throw reader.CreateReadContentAsException( "ReadContentAsBase64" ); 77throw reader.CreateReadContentAsException( "ReadContentAsBinHex" );
System\Xml\Core\XmlReader.cs (11)
204throw CreateReadContentAsException("ReadContentAsObject"); 213throw CreateReadContentAsException("ReadContentAsBoolean"); 227throw CreateReadContentAsException("ReadContentAsDateTime"); 241throw CreateReadContentAsException("ReadContentAsDateTimeOffset"); 255throw CreateReadContentAsException("ReadContentAsDouble"); 269throw CreateReadContentAsException("ReadContentAsFloat"); 283throw CreateReadContentAsException("ReadContentAsDecimal"); 297throw CreateReadContentAsException("ReadContentAsInt"); 311throw CreateReadContentAsException("ReadContentAsLong"); 325throw CreateReadContentAsException("ReadContentAsString"); 334throw CreateReadContentAsException("ReadContentAs");
System\Xml\Core\XmlReaderAsync.cs (3)
36throw CreateReadContentAsException("ReadContentAsObject"); 45throw CreateReadContentAsException("ReadContentAsString"); 54throw CreateReadContentAsException("ReadContentAs");
System\Xml\Core\XmlSubtreeReader.cs (3)
689throw CreateReadContentAsException( "ReadContentAsBase64" ); 808throw CreateReadContentAsException( "ReadContentAsBinHex" ); 1293throw CreateReadContentAsException( methodName );
System\Xml\Core\XmlSubtreeReaderAsync.cs (2)
213throw CreateReadContentAsException( "ReadContentAsBase64" ); 332throw CreateReadContentAsException( "ReadContentAsBinHex" );
System\Xml\Core\XmlTextReaderImpl.cs (2)
1547throw CreateReadContentAsException( "ReadContentAsBase64" ); 1595throw CreateReadContentAsException( "ReadContentAsBinHex" );
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
394throw CreateReadContentAsException( "ReadContentAsBase64" ); 449throw CreateReadContentAsException( "ReadContentAsBinHex" );
System\Xml\Core\XsdValidatingReader.cs (10)
375throw CreateReadContentAsException("ReadContentAsObject"); 384throw CreateReadContentAsException("ReadContentAsBoolean"); 409throw CreateReadContentAsException("ReadContentAsDateTime"); 434throw CreateReadContentAsException("ReadContentAsDouble"); 459throw CreateReadContentAsException("ReadContentAsFloat"); 484throw CreateReadContentAsException("ReadContentAsDecimal"); 509throw CreateReadContentAsException("ReadContentAsInt"); 534throw CreateReadContentAsException("ReadContentAsLong"); 559throw CreateReadContentAsException("ReadContentAsString"); 584throw CreateReadContentAsException("ReadContentAs");
System\Xml\Core\XsdValidatingReaderAsync.cs (3)
29throw CreateReadContentAsException("ReadContentAsObject"); 38throw CreateReadContentAsException("ReadContentAsString"); 63throw CreateReadContentAsException("ReadContentAs");