Esempio n. 1
0
 public ErrorEventArgs(object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext)
 {
     Class6.yDnXvgqzyB5jw();
     base();
     this.CurrentObject = currentObject;
     this.ErrorContext  = errorContext;
 }
Esempio n. 2
0
 void OnError(System.Runtime.Serialization.StreamingContext context, Newtonsoft.Json.Serialization.ErrorContext errorContext)
 {
     Console.WriteLine("PARSING ERROR: " + errorContext.Member.ToString());
     errorContext.Handled = true;
 }
Esempio n. 3
0
 public ErrorEventArgs(object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext)
 {
     this.CurrentObject = currentObject;
     this.ErrorContext  = errorContext;
 }
Esempio n. 4
0
 internal void OnError(System.Runtime.Serialization.StreamingContext context, Newtonsoft.Json.Serialization.ErrorContext errorContext)
 {
     errorContext.Handled = true;
 }
Esempio n. 5
0
 void OnError(object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext)
 {
 }