class UriFormatException
The exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected.
public UriFormatException( string textString )
Initializes a new instance of the class with the specified message.
textStringThe error message string.
public UriFormatException( string textString, Exception e )
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
textStringThe message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.eThe exception that is the cause of the current exception. If the innerException parameter is not , the current exception is raised in a block that handles the inner exception.
public UriFormatException( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string StackTrace { get; }
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public int HResult { get; set; }
😔 No documentation found.
public void GetObjectData( SerializationInfo info, StreamingContext context )
😔 No documentation found.
public string Source { get; set; }
😔 No documentation found.
public string HelpLink { get; set; }
😔 No documentation found.
public Exception InnerException { get; }
😔 No documentation found.
public Exception GetBaseException( )
😔 No documentation found.
public IDictionary Data { get; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public string Message { get; }
😔 No documentation found.