Class SuspectedException
This exception is thrown whenever an API fails.
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. |