ErrorEventArgs Constructor (currentObject, errorContext)

Json.NET

Json.NET - Quick Starts & API Documentation ErrorEventArgs Constructor (currentObject, errorContext)
NamespacesNewtonsoft.Json.SerializationErrorEventArgsErrorEventArgs(Object, ErrorContext)
Initializes a new instance of the ErrorEventArgs class.
Declaration Syntax
C# Visual Basic Visual C++
public ErrorEventArgs(
	Object currentObject,
	ErrorContext errorContext
)
Public Sub New ( _
	currentObject As Object, _
	errorContext As ErrorContext _
)
public:
ErrorEventArgs(
	Object^ currentObject, 
	ErrorContext^ errorContext
)
Parameters
currentObject (Object)
The current object.
errorContext (ErrorContext)
The error context.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)