Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class NoCachingEnabledException _ Inherits CacheException |
C# |
---|
[SerializableAttribute] public class NoCachingEnabledException : CacheException |
Visual C++ |
---|
[SerializableAttribute] public ref class NoCachingEnabledException : public CacheException |
JavaScript |
---|
NHibernate.Cache.NoCachingEnabledException = function(); Type.createClass( 'NHibernate.Cache.NoCachingEnabledException', NHibernate.Cache.CacheException); |
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