VistaDB 6
VistaDB.Diagnostic Namespace / Errors Class / OnDeserialization Method
The source of the deserialization event.


In This Topic
    OnDeserialization Method
    In This Topic
    Implements the System.Runtime.Serialization.ISerializable interface and raises the deserialization event when the deserialization is complete.
    Syntax
    'Declaration
     
    
    Public Overridable Sub OnDeserialization( _
       ByVal sender As System.Object _
    ) 
    'Usage
     
    
    Dim instance As Errors
    Dim sender As System.Object
     
    instance.OnDeserialization(sender)
    public virtual void OnDeserialization( 
       System.object sender
    )

    Parameters

    sender
    The source of the deserialization event.
    Exceptions
    ExceptionDescription
    The System.Runtime.Serialization.SerializationInfo object associated with the current System.Collections.Generic.Dictionary`2 instance is invalid.
    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