C# Class Newtonsoft.Json.Serialization.ErrorEventArgs

Provides data for the Error event.
Inheritance: System.EventArgs
Afficher le fichier Open project: runegri/Applicable Class Usage Examples

Méthodes publiques

Méthode Description
ErrorEventArgs ( object currentObject, Newtonsoft.Json.Serialization.ErrorContext errorContext ) : System

Initializes a new instance of the ErrorEventArgs class.

Method Details

ErrorEventArgs() public méthode

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.
Résultat System