Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ObjectNotFoundException

The exception that is thrown when object not found.

Inheritance
System.Object
ObjectNotFoundException
Namespace: Mediachase.BusinessFoundation.Data.Meta
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public class ObjectNotFoundException : MetaObjectException

Constructors

ObjectNotFoundException()

Declaration
public ObjectNotFoundException()

ObjectNotFoundException(SerializationInfo, StreamingContext)

Declaration
protected ObjectNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

ObjectNotFoundException(String)

Declaration
public ObjectNotFoundException(string message)
Parameters
Type Name Description
System.String message

ObjectNotFoundException(String, Exception)

Declaration
public ObjectNotFoundException(string message, Exception inner)
Parameters
Type Name Description
System.String message
System.Exception inner