次の方法で共有


ObjectNotFoundException クラス

定義

この例外は、要求されたオブジェクトがストアで見つからない場合にスローされます。

[System.Serializable]
public sealed class ObjectNotFoundException : System.Data.DataException
type ObjectNotFoundException = class
    inherit DataException
Public NotInheritable Class ObjectNotFoundException
Inherits DataException
継承
ObjectNotFoundException
属性

コンストラクター

ObjectNotFoundException()

ObjectNotFoundException の新しいインスタンスを初期化します。

ObjectNotFoundException(String)

専用のエラー メッセージを使用して、ObjectNotFoundException の新しいインスタンスを初期化します。

ObjectNotFoundException(String, Exception)

指定したエラー メッセージと内部例外への参照を使用する ObjectNotFoundException クラスの新しいインスタンスを初期化します。

適用対象