Parses urn string into Uri variables.
Parsing is restricted to basic urn:NamespaceID, urn:uuid formats only.
Namespace: GHIElectronics.NETMF.NetAssembly: GHIElectronics.NETMF.W5100.Http (in GHIElectronics.NETMF.W5100.Http.dll) Version: 4.1.9.0 (4.1.9.0)
Syntax
| C# |
|---|
protected void ValidateUrn( string uri ) |
Parameters
- uri
- Type: System..::..String
A Uri.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | The uri is null. |
| System..::..Exception | See the constructor description. |