Constructor TypeIndexNotDefined
TypeIndexNotDefined(String)
overloaded constructor that takes error message as an argument
Declaration
public TypeIndexNotDefined(String error)
Parameters
Type | Name | Description |
---|---|---|
String | error |
TypeIndexNotDefined(String, Exception)
overloaded constructor that take error message and exception as an argument
Declaration
public TypeIndexNotDefined(String error, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
String | error | |
Exception | exception |
TypeIndexNotDefined(SerializationInfo, StreamingContext)
overloaded constructor that take info and context as an arguments
Declaration
public TypeIndexNotDefined(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | serialization info |
StreamingContext | context | streaming context |