UriFormatException-Klasse
Eine Ausnahme, die bei Feststellung eines ungültigen URIs (Uniform Resource Identifier) ausgelöst wird.
Namespace: System
Assembly: System (in system.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class UriFormatException
Inherits FormatException
Implements ISerializable
'Usage
Dim instance As UriFormatException
[SerializableAttribute]
public class UriFormatException : FormatException, ISerializable
[SerializableAttribute]
public ref class UriFormatException : public FormatException, ISerializable
/** @attribute SerializableAttribute() */
public class UriFormatException extends FormatException implements ISerializable
SerializableAttribute
public class UriFormatException extends FormatException implements ISerializable
Hinweise
Die UriFormatException wird vom URI-Klassenkonstruktor ausgelöst, wenn der angegebene URI nicht ordnungsgemäß analysiert werden konnte. Das Format gültiger URIs wird im RFC 2396 definiert.
Im Text der Message-Eigenschaft wird die Ursache der Ausnahme angegeben.
Vererbungshierarchie
System.Object
System.Exception
System.SystemException
System.FormatException
System.UriFormatException
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
.NET Compact Framework
Unterstützt in: 2.0, 1.0