Initializes a new instance of the ActiveRecordException class.

Namespace: Castle.ActiveRecord.Framework
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public ActiveRecordException(
	string message,
	Exception innerException
)

Parameters

message
String
The message.
innerException
Exception
The inner exception.

See Also