Class SecurityException
This exception is 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
Constructors
Name | Description |
---|---|
SecurityException() | Default constructor. |
SecurityException(SerializationInfo, StreamingContext) | Overloaded constructor, manual serialization. |
SecurityException(Int32) | Overloaded constructor |
SecurityException(Int32, String) | Overloaded constructor |
SecurityException(Int32, String, Exception) | Overloaded Constructor |
SecurityException(Int32, String, String) | Overloaded Constructor |
SecurityException(String) | Overloaded constructor, takes the reason as parameter. |
SecurityException(String, Exception) | Overloaded constructor. |