|
Joutsen.ArgumentsParsing
v0.2.1
|
An exception class indicating that an error occured while parsing an argument. More...
Public Member Functions | |
| ArgumentParseException (string message) | |
| Creates a new instance with an error message. More... | |
| ArgumentParseException (string message, params object[] values) | |
| Creates a new instance with an error message and values to format it. More... | |
| ArgumentParseException (string message, Exception innerException) | |
| Creates a new instance with information about the error that causes it. More... | |
Properties | |
| string | ArgumentName [get, set] |
| The name of the arument that casued the exception. More... | |
An exception class indicating that an error occured while parsing an argument.
| Joutsen.ArgumentsParsing.ArgumentParseException.ArgumentParseException | ( | string | message | ) |
Creates a new instance with an error message.
| Joutsen.ArgumentsParsing.ArgumentParseException.ArgumentParseException | ( | string | message, |
| params object [] | values | ||
| ) |
Creates a new instance with an error message and values to format it.
| Joutsen.ArgumentsParsing.ArgumentParseException.ArgumentParseException | ( | string | message, |
| Exception | innerException | ||
| ) |
Creates a new instance with information about the error that causes it.
|
getset |
The name of the arument that casued the exception.
1.8.13