Noemax.Newtonsoft.Json.Serialization Namespace : SerializationErrorCallback Delegate |
'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 )
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