The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UriParser::InitializeAndValidate Method (Uri^, UriFormatException^%)
.NET Framework (current version)
Initialize the state of the parser and validate the URI.
Assembly: System (in System.dll)
protected: virtual void InitializeAndValidate( Uri^ uri, [OutAttribute] UriFormatException^% parsingError )
Parameters
- uri
-
Type:
System::Uri^
The T:System.Uri to validate.
- parsingError
-
Type:
System::UriFormatException^%
Validation errors, if any.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: