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