• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Class SecurityException

This exception is thrown when a user does not have the permissions to start/stop/initialize the cache.

Inheritance
System.Object
System.Exception
CacheException
SecurityException
Inherited Members
CacheException.ErrorCode
CacheException.StackTrace
CacheException.ToString()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class SecurityException : CacheException, ISerializable, _Exception

Constructors

Name Description
SecurityException()

Default constructor.

SecurityException(Int32)

Overloaded constructor

SecurityException(Int32, String)

Overloaded constructor

SecurityException(Int32, String, Exception)

Overloaded Constructor

SecurityException(Int32, String, String)

Overloaded Constructor

SecurityException(SerializationInfo, StreamingContext)

Overloaded constructor, manual serialization.

SecurityException(String)

Overloaded constructor, takes the reason as parameter.

SecurityException(String, Exception)

Overloaded constructor.

Back to top Copyright © 2017 Alachisoft