Constructor AttributeIndexNotDefined
AttributeIndexNotDefined(String)
Constructor that takes error as argument.
Declaration
public AttributeIndexNotDefined(string error)
Parameters
Type | Name | Description |
---|---|---|
System.String | error |
AttributeIndexNotDefined(String, Exception)
Overloaded constructor
Declaration
public AttributeIndexNotDefined(string error, Exception exception)
Parameters
Type | Name | Description |
---|---|---|
System.String | error | |
System.Exception | exception |
AttributeIndexNotDefined(SerializationInfo, StreamingContext)
Constructor that take serialization info and streaming context.
Declaration
public AttributeIndexNotDefined(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | |
System.Runtime.Serialization.StreamingContext | context |