The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents the error occurred when the argument value is out of range. More...
Public Member Functions | |
ArgumentOutOfRangeError (int index, string path) | |
Constructor of ArgumentOutOfRangeError More... | |
![]() | |
ErrorAdapter (Location location) | |
ErrorAdapter () | |
override bool | Equals (object obj) |
override int | GetHashCode () |
Additional Inherited Members | |
![]() | |
Location | location |
![]() | |
Location | Location [get] |
string | ErrorType [get] |
Gets the name for the error type. More... | |
string | Description [get, set] |
Gets the description for the error type. More... | |
![]() | |
string | ErrorType [get] |
Gets the name for the error type. More... | |
string | Description [get] |
Gets the description for the error type. More... | |
Represents the error occurred when the argument value is out of range.
Definition at line 23 of file ArgumentOutOfRangeError.cs.
ErrorManagement.ArgumentOutOfRangeError.ArgumentOutOfRangeError | ( | int | index, |
string | path | ||
) |
Constructor of ArgumentOutOfRangeError
index | Argument value out of range. |
path | Place where the error occurs. |
Definition at line 32 of file ArgumentOutOfRangeError.cs.