25 references to CreateReadElementContentAsException
System.Xml (25)
System\Xml\Core\ReadContentAsBinaryHelper.cs (2)
174throw reader.CreateReadElementContentAsException( "ReadElementContentAsBase64" ); 221throw reader.CreateReadElementContentAsException( "ReadElementContentAsBinHex" );
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (2)
124throw reader.CreateReadElementContentAsException( "ReadElementContentAsBase64" ); 171throw reader.CreateReadElementContentAsException( "ReadElementContentAsBinHex" );
System\Xml\Core\XmlReader.cs (1)
1437throw CreateReadElementContentAsException(methodName);
System\Xml\Core\XmlReaderAsync.cs (1)
356throw CreateReadElementContentAsException(methodName);
System\Xml\Core\XmlSubtreeReader.cs (1)
1134throw reader.CreateReadElementContentAsException( "ReadElementContentAsBase64" );
System\Xml\Core\XmlSubtreeReaderAsync.cs (1)
485throw reader.CreateReadElementContentAsException( "ReadElementContentAsBase64" );
System\Xml\Core\XmlTextReaderImpl.cs (2)
1642throw CreateReadElementContentAsException( "ReadElementContentAsBinHex" ); 1690throw CreateReadElementContentAsException( "ReadElementContentAsBinHex" );
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
512throw CreateReadElementContentAsException( "ReadElementContentAsBinHex" ); 567throw CreateReadElementContentAsException( "ReadElementContentAsBinHex" );
System\Xml\Core\XsdValidatingReader.cs (10)
617throw CreateReadElementContentAsException("ReadElementContentAsObject"); 627throw CreateReadElementContentAsException("ReadElementContentAsBoolean"); 654throw CreateReadElementContentAsException("ReadElementContentAsDateTime"); 681throw CreateReadElementContentAsException("ReadElementContentAsDouble"); 708throw CreateReadElementContentAsException("ReadElementContentAsFloat"); 735throw CreateReadElementContentAsException("ReadElementContentAsDecimal"); 762throw CreateReadElementContentAsException("ReadElementContentAsInt"); 789throw CreateReadElementContentAsException("ReadElementContentAsLong"); 816throw CreateReadElementContentAsException("ReadElementContentAsString"); 843throw CreateReadElementContentAsException("ReadElementContentAs");
System\Xml\Core\XsdValidatingReaderAsync.cs (3)
99throw CreateReadElementContentAsException("ReadElementContentAsObject"); 110throw CreateReadElementContentAsException("ReadElementContentAsString"); 140throw CreateReadElementContentAsException("ReadElementContentAs");