Class ErrorEventArgs
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class ErrorEventArgs : EventArgs
Constructors
ErrorEventArgs(Object, ErrorContext)
Declaration
public ErrorEventArgs (object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext);
Parameters
Object
currentObject
|
ErrorContext
errorContext
|
Properties
CurrentObject
ErrorContext
Declaration
public Newtonsoft.Json.Serialization.ErrorContext ErrorContext { get; }
Property Value
ErrorContext
|