The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
ErrorManagement.CommandLineArgumentsError Struct Reference

Represents the error occurred when the command line arguments specified are incorrect. More...

Inheritance diagram for ErrorManagement.CommandLineArgumentsError:
ErrorManagement.IError

Properties

string ErrorType [get]
 Gets the error type More...
 
string Description [get]
 Gets the error description More...
 
- Properties inherited from ErrorManagement.IError
string ErrorType [get]
 Gets the name for the error type. More...
 
string Description [get]
 Gets the description for the error type. More...
 

Detailed Description

Represents the error occurred when the command line arguments specified are incorrect.

Definition at line 25 of file CommandLineArgumentsError.cs.

Property Documentation

string ErrorManagement.CommandLineArgumentsError.Description
get

Gets the error description

Definition at line 41 of file CommandLineArgumentsError.cs.

string ErrorManagement.CommandLineArgumentsError.ErrorType
get

Gets the error type

Definition at line 33 of file CommandLineArgumentsError.cs.


The documentation for this struct was generated from the following file: