Initializes a new instance of the NotFoundException class.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
public NotFoundException( SerializationInfo info, StreamingContext context ) |
Parameters
- info
- SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
- context
- StreamingContext
The StreamingContext that contains contextual information about the source or destination.
Exceptions
| Exception | Condition |
|---|---|
| System.Runtime.Serialization..::SerializationException | The class name is null or HResult is zero (0). |
| System..::ArgumentNullException | The info parameter is null. |
See Also
NotFoundException Class
Castle.ActiveRecord Namespace