Joutsen.ArgumentsParsing  v0.2.1
Public Member Functions | List of all members
Joutsen.ArgumentsParsing.DisplayException Class Reference

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...
 

Detailed Description

An exception that is used by DisplayArguments to terminate the parse process and write a text to the console.

Since
0.2.0

Constructor & Destructor Documentation

◆ DisplayException()

Joutsen.ArgumentsParsing.DisplayException.DisplayException ( String  text)