Class AttributeIndexNotDefined
Thrown whenever Attribute index is not found in case of NamedTags
Inheritance
System.Object
AttributeIndexNotDefined
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class AttributeIndexNotDefined : Exception, ISerializable
Examples
The following example demonstrates how to use this exception in your code.
try
{
...
}
catch(AttributeIndexNotDefined ex)
{
...
}
Name | Description |
---|---|
AttributeIndexNotDefined(SerializationInfo, StreamingContext) | Constructor that take serialization info and streaming context. |
AttributeIndexNotDefined(String) | Constructor that takes error as argument. |
AttributeIndexNotDefined(String, Exception) | Overloaded constructor |