Class SuspectedException
This exception is thrown whenever an API fails.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class SuspectedException : CacheException
Constructors
Name | Description |
---|---|
SuspectedException(SerializationInfo, StreamingContext) | Overloaded constructor, manual serialization. |
SuspectedException(Int32, String) | Overloaded constructor, takes the reason as parameter. |
SuspectedException(Int32, String, String) | Overloaded constructor |
SuspectedException(String) | Overloaded constructor, takes the reason as parameter. |