Thrown when a user does not have the permissions to start/stop/initialize the cache.

Namespace: Alachisoft.NCache.Runtime.Exceptions
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
[SerializableAttribute]
public class SecurityException : CacheException
Visual Basic
<SerializableAttribute> _
Public Class SecurityException _
	Inherits CacheException
Visual C++
[SerializableAttribute]
public ref class SecurityException : public CacheException

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Alachisoft.NCache.Runtime.Exceptions..::..CacheException
      Alachisoft.NCache.Runtime.Exceptions..::..SecurityException

See Also