Class SecurityException
Thrown when a user does not have the permissions to start/stop/initialize the cache.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class SecurityException : CacheException
Name | Description |
---|---|
SecurityException() | default constructor. |
SecurityException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
SecurityException(String) | overloaded constructor, takes the reason as parameter. |
SecurityException(String, Exception) | overloaded constructor. |