Initializes a new instance of the CacheException class.
Namespace: NHibernate.CacheAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public CacheException( string message ) |
Visual Basic |
---|
Public Sub New ( _ message As String _ ) |
Visual C++ |
---|
public: CacheException( String^ message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.