Class GeneralFailureException
Thrown when an exception occurs during a clustered operation.
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class GeneralFailureException : CacheException
Examples
The following example demonstrates how to use this exception in your code.
try
{
...
}
catch(GeneralFailureException ex)
{
...
}
Name | Description |
---|---|
GeneralFailureException() | default constructor. |
GeneralFailureException(SerializationInfo, StreamingContext) | overloaded constructor, manual serialization. |
GeneralFailureException(String) | overloaded constructor, takes the reason as parameter. |
GeneralFailureException(String, Exception) | overloaded constructor. |