Parameters
- descriptorString
- The network address that the Client wishes to use to access the Server (a URL string of the resource).
Exception | Description |
---|---|
System.ArgumentNullException |
A This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
A generic string is used instead of System.Uri, because in some cases, the value may not represent a real URI.