Class TypeDoesNotContainPropertyException
Optionally thrown when deserializing and the JSON structure contains property names which are not valid for the type requested.
Inheritance
System.Object
System.Exception
TypeDoesNotContainPropertyException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Manatee.Json.Serialization
Assembly: Manatee.Json.dll
Syntax
public class TypeDoesNotContainPropertyException : Exception, ISerializable
Properties
| Improve this Doc View SourceJson
Gets the portion of the JSON structure which contain the invalid properties.
Declaration
public JsonValue Json { get; }
Property Value
Type | Description |
---|---|
JsonValue |
Type
Gets the type.
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Implements
System.Runtime.Serialization.ISerializable