|
Joutsen.ArgumentsParsing v0.3.0+1-ga4c84ed
|
An exception that is used by DisplayArguments to terminate the parse process and write a text to the console. More...
Public Member Functions | |
| DisplayException (String text) | |
Public Member Functions inherited from Joutsen.ArgumentsParsing.WritableException | |
| WritableException (string message, Exception innerException) | |
| Creates an instance with an error message and an exception that is the cause for this exception to be raised. More... | |
| WritableException (string message) | |
| Creates an instance with an error message. More... | |
| WritableException () | |
| Creates an empty exception. More... | |
| void | Write (Stream stream, Encoding encoding=null) |
| Writes the errror message of this exception to a stream. More... | |
| void | Write (TextWriter writer) |
| Writes the error message of this exception using a TextWriter. More... | |
| void | Write () |
| Writes the error message of this exception to stdout. More... | |
An exception that is used by DisplayArguments to terminate the parse process and write a text to the console.
| Joutsen.ArgumentsParsing.DisplayException.DisplayException | ( | String | text | ) |