|
| DotRas SDK Documentation |
| InvalidHandleException Constructor (String) |
| 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( string message ) |
| Visual Basic |
|---|
Public Sub New ( message As String ) |
| Visual C++ |
|---|
public: InvalidHandleException( String^ message ) |
| F# |
|---|
new : message : string -> InvalidHandleException |
Parameters
- message
- Type: System..::..String
A message that describes the error.