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