Thrown when an exception occurs during a clustered operation.
Namespace: Alachisoft.NCache.Runtime.ExceptionsAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class GeneralFailureException : CacheException |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class GeneralFailureException _ Inherits CacheException |
| Visual C++ |
|---|
[SerializableAttribute] public ref class GeneralFailureException : public CacheException |
Examples
The following example demonstrates how to use this exception in your code.
CopyC#
try { ... } catch(GeneralFailureException ex) { ... }
Inheritance Hierarchy
System..::..Object
System..::..Exception
Alachisoft.NCache.Runtime.Exceptions..::..CacheException
Alachisoft.NCache.Runtime.Exceptions..::..GeneralFailureException
System..::..Exception
Alachisoft.NCache.Runtime.Exceptions..::..CacheException
Alachisoft.NCache.Runtime.Exceptions..::..GeneralFailureException