InvalidHandleException Constructor (RasHandle, String)

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#
public InvalidHandleException(
	RasHandle handle,
	string message
)
Visual Basic
Public Sub New ( 
	handle As RasHandle,
	message As String
)
Visual C++
public:
InvalidHandleException(
	RasHandle^ handle, 
	String^ message
)
F#
new : 
        handle : RasHandle * 
        message : string -> InvalidHandleException

Parameters

handle
Type: DotRas..::..RasHandle
The RasHandle that caused the exception.
message
Type: System..::..String
A message that describes the error.

See Also