Class ErrorEventArgs
- Namespace
- Newtonsoft.Json.Serialization
- Assembly
- Newtonsoft.Json.dll
public class ErrorEventArgs : EventArgs
- Inheritance
-
ErrorEventArgs
- Inherited Members
- Extension Methods
Constructors
ErrorEventArgs(object?, ErrorContext)
public ErrorEventArgs(object? currentObject, ErrorContext errorContext)
Parameters
currentObject
objecterrorContext
ErrorContext
Properties
CurrentObject
public object? CurrentObject { get; }
Property Value
ErrorContext
public ErrorContext ErrorContext { get; }