Uri.TryCreate Method
.NET Framework 2.0
Creates a new Uri. Does not throw an exception if the Uri cannot be created.
| Name | Description |
|---|---|
| Uri.TryCreate (String, UriKind, Uri) | Creates a new Uri using the specified String instance and a UriKind. Supported by the .NET Compact Framework. |
| Uri.TryCreate (Uri, String, Uri) | Creates a new Uri using the specified base and relative String instances. Supported by the .NET Compact Framework. |
| Uri.TryCreate (Uri, Uri, Uri) | Creates a new Uri using the specified base and relative Uri instances. Supported by the .NET Compact Framework. |