C# Class Newtonsoft.Json.Serialization.ErrorEventArgs

Provides data for the Error event.
Inheritance: System.EventArgs
Show file Open project: runegri/Applicable Class Usage Examples

Public Methods

Method Description
ErrorEventArgs ( object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext ) : System

Initializes a new instance of the ErrorEventArgs class.

Method Details

ErrorEventArgs() public method

Initializes a new instance of the ErrorEventArgs class.
public ErrorEventArgs ( object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext ) : System
currentObject object The current object.
errorContext Newtonsoft.Json.Serialization.ErrorContext The error context.
return System