The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
|
Represents the error occurred when the command line arguments specified are incorrect. More...
Properties | |
string | ErrorType [get] |
Gets the error type More... | |
string | Description [get] |
Gets the error description 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 command line arguments specified are incorrect.
Definition at line 25 of file CommandLineArgumentsError.cs.
|
get |
Gets the error description
Definition at line 41 of file CommandLineArgumentsError.cs.
|
get |
Gets the error type
Definition at line 33 of file CommandLineArgumentsError.cs.