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

Class SuspectedException

This exception is thrown whenever an API fails.

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

Constructors

Name Description
SuspectedException(Int32, String)

Overloaded constructor, takes the reason as parameter.

SuspectedException(Int32, String, String)

Overloaded constructor

SuspectedException(SerializationInfo, StreamingContext)

Overloaded constructor, manual serialization.

SuspectedException(String)

Overloaded constructor, takes the reason as parameter.

Back to top Copyright © 2017 Alachisoft