NotFoundException クラス

NotFoundException クラス

要求したオブジェクトが存在しない。

定義

Visual Basic Public Class NotFoundException
   Inherits InputException 
C# public class NotFoundException : InputException
Managed C++ public __gc class NotFoundException  : public InputException
JScript public class NotFoundException extends InputException

メンバ テーブル

次のテーブルは、NotFoundException オブジェクトによって公開されているメンバの一覧である。左側のタブをクリックし、表示したいメンバの種類を選ぶこと。

フィールド

フィールド 説明
IsExceptionIgnored DirectX の例外を有効または無効にするブール値。 DirectXException から継承する。

メソッド

メソッド 説明
EnableExceptions DirectX の例外の送出を有効にする。 DirectXException から継承する。
GetExceptionFromResultInternal InputException から継承する。
IgnoreExceptions DirectX の例外の送出を無効にする。 DirectXException から継承する。
NotFoundException オブジェクトの新しいインスタンスを初期化する。
ToString このインスタンスの文字列表現を取得する。DirectXException から継承する。

プロパティ

プロパティ 説明
ErrorCode 整数値の結果コード。 DirectXException から継承する。
ErrorString DirectX 固有のエラー文字列。 DirectXException から継承する。

継承の階層構造

Object

Exception

ApplicationException

DirectXException

InputException

NotFoundException

クラスの情報

名前空間 Microsoft.DirectX.DirectInput
アセンブリ Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll)
厳密名 Microsoft.DirectX.DirectInput,  Version=0293,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

© 2002 Microsoft Corporation. All rights reserved. Terms of use.