August 2003
Intermediate to advanced
928 pages
32h 1m
English
UriFormatException
This exception indicates that
you attempted to use an invalid URI,
usually in the Uri constructor. For a description
of the URI format, see
http://www.ietf.org/rfc/rfc2396.txt.
public class UriFormatException : FormatException { // Public Constructors public UriFormatException( ); public UriFormatException(stringtextString); // Protected Constructors protected UriFormatException(System.Runtime.Serialization.SerializationInfoserializationInfo, System.Runtime.Serialization.StreamingContextstreamingContext); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
FormatException
→
UriFormatException