Class AttributeIndexNotDefined
Thrown whenever Attribute index is not found in case of NamedTags
Inheritance
System.Object
System.Exception
AttributeIndexNotDefined
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class AttributeIndexNotDefined : Exception, _Exception, ISerializable
AttributeIndexNotDefined(SerializationInfo, StreamingContext)
Declaration
public AttributeIndexNotDefined(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |
AttributeIndexNotDefined(String)
Declaration
public AttributeIndexNotDefined(string error)
Parameters
Type | Name | Description |
---|---|---|
System.String | error |
AttributeIndexNotDefined(String, Exception)
Declaration
public AttributeIndexNotDefined(string error, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System.String | error | |
System.Exception | exception |