UriFormatException Constructor (String)
[ 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 UriFormatException class with the specified message.
Assembly: System (in System.dll)
Parameters
- textString
- Type: System.String
The error message string.
The UriFormatException constructor initializes the UriFormatException instance with the Message property set to the value of textString.
Show: