Json.NET - Quick Starts & API Documentation
ErrorEventArgs Class
NamespacesNewtonsoft.Json.SerializationErrorEventArgs
Provides data for the Error event.
Declaration Syntax
C#Visual BasicVisual C++
public class ErrorEventArgs : EventArgs
Public Class ErrorEventArgs _
	Inherits EventArgs
public ref class ErrorEventArgs : public EventArgs
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ErrorEventArgs(Object, ErrorContext)
Initializes a new instance of the ErrorEventArgs class.

CurrentObject
Gets the current object the error event is being raised against.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorContext
Gets the error context.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
EventArgs
 ErrorEventArgs

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)