ObjectNotFoundException Constructor
Include Protected Members
Include Inherited Members
Constructs a new instance of the class by using various options.
Overload List
Name | Description | |
---|---|---|
ObjectNotFoundException() | Constructs a new instance of the class. | |
ObjectNotFoundException(String) | Constructs a new instance of the class with a message string. | |
ObjectNotFoundException(SerializationInfo, StreamingContext) | Constructs a new instance of the class by using the serialization information and the streaming context. | |
ObjectNotFoundException(String, Exception) | Constructs a new instance of the class by using a message and the inner exception. |
Top