Name

UriFormatException

Synopsis

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 : Inherits FormatException
' Public Constructors
   Public Sub New() 
   Public Sub New( ByVal textString As String) 
' Protected Constructors
   Protected Sub New(
        ByVal serializationInfo As System.Runtime.Serialization.SerializationInfo, 
        ByVal streamingContext As System.Runtime.Serialization.StreamingContext) 
End Class

Hierarchy

ObjectException(System.Runtime.Serialization.ISerializable)SystemExceptionFormatException UriFormatException

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.