InvalidHandleException.Handle Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the RasHandle that caused the exception.

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

Syntax

C#
public RasHandle Handle { get; }
Visual Basic
Public ReadOnly Property Handle As RasHandle
	Get
Visual C++
public:
property RasHandle^ Handle {
	RasHandle^ get ();
}
F#
member Handle : RasHandle with get

Property Value

Type: RasHandle

See Also