UriFormatException

UriFormatException CF 1.0, ECMA 1.0, serializable

System (system.dll) class

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  (string   textString   );  // Protected Constructors  protected  UriFormatException  (System.Runtime.Serialization.SerializationInfo   serializationInfo   ,         System.Runtime.Serialization.StreamingContext   streamingContext   ); } 

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException FormatException UriFormatException



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net