Constructor TypeIndexNotDefined
TypeIndexNotDefined(String)
Overloaded constructor that takes error message as an argument.
Declaration
public TypeIndexNotDefined(string error)
Parameters
Type | Name | Description |
---|---|---|
System. |
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. |
error | |
System. |
exception |
TypeIndexNotDefined(SerializationInfo, StreamingContext)
Overloaded constructor that take info and context as arguments.
Declaration
public TypeIndexNotDefined(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | Serialization info |
System. |
context | Streaming context |