Class TypeIndexNotDefined
This exception is thrown whenever a Type Index is not found in case of NamedTags.
Inheritance
System.Object
                System.Exception
                TypeIndexNotDefined
              Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class TypeIndexNotDefined : Exception, _Exception, ISerializable
              Constructors
TypeIndexNotDefined(SerializationInfo, StreamingContext)
Overloaded constructor that take info and context as arguments.
Declaration
public TypeIndexNotDefined(SerializationInfo info, StreamingContext context)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | Serialization info  | 
                  
| System.Runtime.Serialization.StreamingContext | context | Streaming context  | 
                  
TypeIndexNotDefined(String)
Overloaded constructor that takes error message as an argument.
Declaration
public TypeIndexNotDefined(string error)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | error | 
TypeIndexNotDefined(String, Exception)
Overloaded constructor that take error message and exception as arguments.
Declaration
public TypeIndexNotDefined(string error, Exception exception)
              Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | error | |
| System.Exception | exception |