Represents any exception from an ICache.
Namespace:
NHibernate.CacheAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class CacheException _ Inherits HibernateException |
C# |
---|
[SerializableAttribute] public class CacheException : HibernateException |
Visual C++ |
---|
[SerializableAttribute] public ref class CacheException : public HibernateException |
JavaScript |
---|
NHibernate.Cache.CacheException = function(); Type.createClass( 'NHibernate.Cache.CacheException', NHibernate.HibernateException); |
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
NHibernate..::.HibernateException
NHibernate.Cache..::.CacheException
NHibernate.Cache..::.NoCachingEnabledException
System..::.Exception
System..::.ApplicationException
NHibernate..::.HibernateException
NHibernate.Cache..::.CacheException
NHibernate.Cache..::.NoCachingEnabledException