次の方法で共有


UriFormatException クラス

無効な URI (Uniform Resource Identifier) が検出された場合にスローされる例外。

この型のすべてのメンバの一覧については、UriFormatException メンバ を参照してください。

System.Object
   System.Exception
      System.SystemException
         System.FormatException
            System.UriFormatException

<Serializable>
Public Class UriFormatException   Inherits FormatException
[C#]
[Serializable]
public class UriFormatException : FormatException
[C++]
[Serializable]
public __gc class UriFormatException : public FormatException
[JScript]
public
   Serializable
class UriFormatException extends FormatException

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

UriFormatException は、指定されている URI を正しく解析できなかった場合に、Uri クラスのコンストラクタによってスローされます。URI の有効な形式は、RFC 2396 で定義されています。

例外がスローされた理由は、 Message プロパティのテキストに示されます。

必要条件

名前空間: System

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

アセンブリ: System (System.dll 内)

参照

UriFormatException メンバ | System 名前空間