Url Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the Url class with the URL from which a code assembly originates.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System::String^
The URL of origin for the associated code assembly.
| Exception | Condition |
|---|---|
| ArgumentNullException | The name parameter is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: