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 |
---|---|
SecurityException() | The default constructor of class SecurityException. |
SecurityException(Int32) | An overloaded constructor that takes errporcode as a parameter. |
SecurityException(Int32, String) | An overloaded constructor that takes errorcode and exception message as parameters. |
SecurityException(Int32, String, Exception) | An overloaded constructor that takes errorcode, exception message and nested exception as parameters. |
SecurityException(Int32, String, String) | An overloaded constructor that takes assigned errorcode, exception message and stacktrace as parameters. |
SecurityException(SerializationInfo, StreamingContext) | Overloaded constructor that takes serialization info and streaming context as parameters. |
SecurityException(String) | An overloaded constructor, takes the reason as parameter. |
SecurityException(String, Exception) | An overloaded constructor takes reason for exception and nested exception as parameters. |