Class JsonReaderException
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
[System.Serializable]
public class JsonReaderException : Newtonsoft.Json.JsonException
Constructors
JsonReaderException()
Declaration
public JsonReaderException ();
JsonReaderException(String)
JsonReaderException(SerializationInfo, StreamingContext)
Declaration
public JsonReaderException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Parameters
SerializationInfo
info
|
StreamingContext
context
|
JsonReaderException(String, Exception)
Declaration
public JsonReaderException (string message, Exception innerException);
Parameters
String
message
|
Exception
innerException
|
JsonReaderException(String, String, Int32, Int32, Exception)
Declaration
public JsonReaderException (string message, string path, int lineNumber, int linePosition, Exception innerException);
Parameters
String
message
|
String
path
|
Int32
lineNumber
|
Int32
linePosition
|
Exception
innerException
|