Class ObjectNotFoundException
The exception that is thrown when object not found.
Inheritance
System.Object
ObjectNotFoundException
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
public class ObjectNotFoundException : MetaObjectException
Constructors
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 |
|
Declaration
public ObjectNotFoundException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Declaration
public ObjectNotFoundException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message |
|
System.Exception |
inner |
|