|
| DotRas SDK Documentation |
| InvalidHandleException Constructor (RasHandle) |
| InvalidHandleException Class See Also Send Feedback |
|
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 ) |
| Visual Basic |
|---|
Public Sub New ( handle As RasHandle ) |
| Visual C++ |
|---|
public: InvalidHandleException( RasHandle^ handle ) |
| F# |
|---|
new : handle : RasHandle -> InvalidHandleException |
Parameters
- handle
- Type: DotRas..::..RasHandle
The RasHandle that caused the exception.