Delegate SerializationErrorCallback
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public delegate void SerializationErrorCallback(object o, StreamingContext context, ErrorContext errorContext);
Parameters
Object
o
|
StreamingContext
context
|
ErrorContext
errorContext
|