Class SecurityException
This exception is thrown when the authorized user cannot access the secure cache.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class SecurityException : CacheException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Security |
The default constructor of class SecurityException. |
Security |
An overloaded constructor that takes errporcode as a parameter. |
Security |
An overloaded constructor that takes errorcode and exception message as parameters. |
Security |
An overloaded constructor that takes errorcode, exception message and nested exception as parameters. |
Security |
An overloaded constructor that takes assigned errorcode, exception message and stacktrace as parameters. |
Security |
Overloaded constructor that takes serialization info and streaming context as parameters. |
Security |
An overloaded constructor, takes the reason as parameter. |
Security |
An overloaded constructor takes reason for exception and nested exception as parameters. |