Initializes a new instance of the RasEntry class.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasEntry( string name ) |
| Visual Basic |
|---|
Public Sub New ( name As String ) |
| Visual C++ |
|---|
public: RasEntry( String^ name ) |
| F# |
|---|
new : name : string -> RasEntry |
Parameters
- name
- Type: System..::..String
The name of the entry.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | name is an empty string or null reference (Nothing in Visual Basic). |