12 references to CreateUnexpectedStateException
System.Private.DataContractSerialization (12)
System\Runtime\Serialization\Json\ReflectionJsonFormatReader.cs (1)
196throw XmlObjectSerializerReadContext.CreateUnexpectedStateException(XmlNodeType.Element, xmlReader);
System\Runtime\Serialization\ReflectionReader.cs (1)
175throw XmlObjectSerializerReadContext.CreateUnexpectedStateException(XmlNodeType.Element, xmlReader);
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (8)
268throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 489throw CreateUnexpectedStateException(XmlNodeType.EndElement, xmlReader); 521throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 551throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 741throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 794throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 817throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 876throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader);
System\Runtime\Serialization\XmlSerializableReader.cs (2)
28throw XmlObjectSerializerReadContext.CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 46throw XmlObjectSerializerReadContext.CreateUnexpectedStateException(XmlNodeType.EndElement, _xmlReader);