Table of Contents

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 object
errorContext ErrorContext

Properties

CurrentObject

public object? CurrentObject { get; }

Property Value

object

ErrorContext

public ErrorContext ErrorContext { get; }

Property Value

ErrorContext