ErrorEventArgs Class

Namespace: Stimulsoft.Base.Json.Serialization

Provides data for the Error event.

Inheritance

Inherits from: EventArgs

Constructors

Constructor Description
ErrorEventArgs(object currentObject, ErrorContext errorContext) Initializes a new instance of the ErrorEventArgs class.

ErrorEventArgs(currentObject: object, errorContext: ErrorContext)

Initializes a new instance of the ErrorEventArgs class.

Parameters

  • currentObject (object) — The current object.
  • errorContext (ErrorContext) — The error context.

Properties

Property Type Description
CurrentObject object Gets the current object the error event is being raised against.
ErrorContext ErrorContext Gets the error context.