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
)

Parameters

message
String
The message.

See Also