March 2002
Intermediate to advanced
864 pages
31h 8m
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 method UriFormatException(); public method UriFormatException(string textString); // Protected Constructors protected method UriFormatException( System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→FormatException→UriFormatException