NotImplementedException クラス
要求されたメソッドまたは操作が実装されない場合にスローされる例外。
この型のすべてのメンバの一覧については、NotImplementedException メンバ を参照してください。
System.Object
System.Exception
System.SystemException
System.NotImplementedException
<Serializable>
Public Class NotImplementedException Inherits SystemException
[C#]
[Serializable]
public class NotImplementedException : SystemException
[C++]
[Serializable]
public __gc class NotImplementedException : public SystemException
[JScript]
public
Serializable
class NotImplementedException extends SystemException
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
NotImplementedException では、既定の Equals 実装を使用します。この実装は、参照の等価性をサポートします。 NotImplementedException インスタンスの初期値のリストについては、 NotImplementedException コンストラクタのトピックを参照してください。
必要条件
名前空間: System
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: Mscorlib (Mscorlib.dll 内)
参照
NotImplementedException メンバ | System 名前空間 | Exception | 例外の処理とスロー