Click or drag to resize

SerializationErrorCallback Delegate

Namespace:  Newtonsoft.Json.Serialization
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public delegate void SerializationErrorCallback(
	Object o,
	StreamingContext context,
	ErrorContext errorContext
)

Parameters

o
Type: SystemObject
context
Type: System.Runtime.SerializationStreamingContext
errorContext
Type: Newtonsoft.Json.SerializationErrorContext
See Also