UriBuilder Constructor (Uri)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the UriBuilder class with the specified Uri instance.
Assembly: System (in System.dll)
Parameters
- uri
- Type: System.Uri
An instance of the Uri class.
| Exception | Condition |
|---|---|
| NullReferenceException | uri is Nothing. |
Show: