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)
270throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 491throw CreateUnexpectedStateException(XmlNodeType.EndElement, xmlReader); 523throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 553throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 743throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 796throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 819throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 878throw CreateUnexpectedStateException(XmlNodeType.Element, xmlReader);
System\Runtime\Serialization\XmlSerializableReader.cs (2)
28throw XmlObjectSerializerReadContext.CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); 46throw XmlObjectSerializerReadContext.CreateUnexpectedStateException(XmlNodeType.EndElement, _xmlReader);