Class TypeIndexNotDefined
Thrown whenever Type Index is not found in case of NamedTags
Inheritance
System.Object
TypeIndexNotDefined
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class TypeIndexNotDefined : Exception, ISerializable
Constructors
TypeIndexNotDefined(SerializationInfo, StreamingContext)
Declaration
public TypeIndexNotDefined(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | |
StreamingContext | context |
TypeIndexNotDefined(String)
Declaration
public TypeIndexNotDefined(String error)
Parameters
Type | Name | Description |
---|---|---|
String | error |
TypeIndexNotDefined(String, Exception)
Declaration
public TypeIndexNotDefined(String error, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
String | error | |
Exception | exception |