InvalidHandleException Constructor (SerializationInfo, StreamingContext)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Initializes a new instance of the InvalidHandleException class.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
protected InvalidHandleException(
	SerializationInfo info,
	StreamingContext context
)
Visual Basic
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)
Visual C++
protected:
InvalidHandleException(
	SerializationInfo^ info, 
	StreamingContext context
)
F#
new : 
        info : SerializationInfo * 
        context : StreamingContext -> InvalidHandleException

Parameters

info
Type: System.Runtime.Serialization..::..SerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.Serialization..::..StreamingContext
The contextual information about the source or destination.

See Also