Class GeneralFailureException
Thrown when an exception occurs during a clustered operation.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class GeneralFailureException : CacheException, ISerializable, _Exception
Examples
The following example demonstrates how to use this exception in your code.
try
{
...
}
catch(GeneralFailureException ex)
{
...
}
Constructors
Name | Description |
---|---|
General |
Default constructor. |
General |
Overloaded constructor |
General |
Overloaded constructor |
General |
Overloaded constructor |
General |
Overloaded constructor |
General |
overloaded constructor, manual serialization. |
General |
Overloaded constructor, takes the reason as parameter. |
General |
Overloaded constructor. |