using System.Runtime.Serialization; namespace DPumpHydr.WinFrmUI.WenSkin.Json.Serialization { /// /// Handles serialization error callback events. /// /// The object that raised the callback event. /// The streaming context. /// The error context. public delegate void SerializationErrorCallback(object o, StreamingContext context, ErrorContext errorContext); }