Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows Namespace / DockingWindowsInternalException Class / DockingWindowsInternalException Constructor / DockingWindowsInternalException Constructor(SerializationInfo,StreamingContext)
Holds all the data needed to serialize or deserialize an object.
Describes the source and destination of a given serialized stream, as well as a means for serialization to retain that context and an additional caller-defined context.


In This Topic
    DockingWindowsInternalException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Initializes a new instance of the DockingWindowsInternalException class specify serialization information and a streaming context.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal info As SerializationInfo, _
       ByVal context As StreamingContext _
    )
    'Usage
     
    Dim info As SerializationInfo
    Dim context As StreamingContext
     
    Dim instance As New DockingWindowsInternalException(info, context)
    protected DockingWindowsInternalException( 
       SerializationInfo info,
       StreamingContext context
    )

    Parameters

    info
    Holds all the data needed to serialize or deserialize an object.
    context
    Describes the source and destination of a given serialized stream, as well as a means for serialization to retain that context and an additional caller-defined 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