ObjectNotFoundException Sınıf

Tanım

Bu özel durum, istenen bir nesne depoda bulunamadığında oluşturulur.

[System.Serializable]
public sealed class ObjectNotFoundException : System.Data.DataException
type ObjectNotFoundException = class
    inherit DataException
Public NotInheritable Class ObjectNotFoundException
Inherits DataException
Devralma
ObjectNotFoundException
Öznitelikler

Oluşturucular

ObjectNotFoundException()

yeni bir örneğini ObjectNotFoundExceptionbaşlatır.

ObjectNotFoundException(String)

Özel bir hata iletisiyle yeni bir örneğini ObjectNotFoundException başlatır.

ObjectNotFoundException(String, Exception)

Belirtilen hata iletisini ve iç özel duruma başvuruyu kullanan yeni bir sınıf örneği ObjectNotFoundException başlatır.

Şunlara uygulanır