ErrorEventArgs public class ErrorEventArgs : EventArgs Documentation Code public object CurrentObject { get; } public ErrorContext ErrorContext { get; } public ErrorEventArgs(object currentObject, ErrorContext errorContext)