Joutsen.ArgumentsParsing v0.3.0+1-ga4c84ed
Public Member Functions | Properties | List of all members
Joutsen.ArgumentsParsing.ArgumentParseException Class Reference

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

Detailed Description

An exception class indicating that an error occured while parsing an argument.

Since
0.1.0

Constructor & Destructor Documentation

◆ ArgumentParseException() [1/3]

Joutsen.ArgumentsParsing.ArgumentParseException.ArgumentParseException ( string  message)

Creates a new instance with an error message.

◆ ArgumentParseException() [2/3]

Joutsen.ArgumentsParsing.ArgumentParseException.ArgumentParseException ( string  message,
params object[]  values 
)

Creates a new instance with an error message and values to format it.

◆ ArgumentParseException() [3/3]

Joutsen.ArgumentsParsing.ArgumentParseException.ArgumentParseException ( string  message,
Exception  innerException 
)

Creates a new instance with information about the error that causes it.

Property Documentation

◆ ArgumentName

string Joutsen.ArgumentsParsing.ArgumentParseException.ArgumentName
getset

The name of the arument that casued the exception.