Initializes a new instance of the CacheException class.

Namespace:  NHibernate.Cache
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)
C#
public CacheException(
	string message
)
Visual C++
public:
CacheException(
	String^ message
)
JavaScript
NHibernate.Cache.CacheException = function(message);

Parameters

message
Type: System..::.String
The message that describes the error.

See Also