WCF-Xtensions Class Reference for Mono
SerializationErrorCallback Delegate






The object that raised the callback event.
The streaming context.
The error context.
Handles Noemax.Newtonsoft.Json.JsonSerializer serialization error callback events.
Syntax
'Declaration
 
Public Delegate Sub SerializationErrorCallback( _
   ByVal o As System.Object, _
   ByVal context As System.Runtime.Serialization.StreamingContext, _
   ByVal errorContext As ErrorContext _
) 
'Usage
 
Dim instance As New SerializationErrorCallback(AddressOf HandlerMethod)
public delegate void SerializationErrorCallback( 
   System.object o,
   System.Runtime.Serialization.StreamingContext context,
   ErrorContext errorContext
)
public delegate SerializationErrorCallback( 
    o: System.TObject;
    context: System.Runtime.Serialization.StreamingContext;
    errorContext: ErrorContext
);
public delegate SerializationErrorCallback( 
   o : System.Object,
   context : System.Runtime.Serialization.StreamingContext,
   errorContext : ErrorContext
)
public: __gc __delegate void SerializationErrorCallback( 
   System.Object* o,
   System.Runtime.Serialization.StreamingContext context,
   ErrorContext* errorContext
)
public delegate void SerializationErrorCallback( 
   System.Object^ o,
   System.Runtime.Serialization.StreamingContext context,
   ErrorContext^ errorContext
)

Parameters

o
The object that raised the callback event.
context
The streaming context.
errorContext
The error context.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SerializationErrorCallback Members
Noemax.Newtonsoft.Json.Serialization Namespace

Send Feedback