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

ExceptionCondition
System.Runtime.Serialization..::SerializationExceptionThe class name is null or HResult is zero (0).
System..::ArgumentNullExceptionThe info parameter is null.

See Also