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

An exception indicating that a value count cannot be fulfilled. More...

Public Member Functions

 ValueCountException (string message)
 Creates a new instance with a message. More...
 
 ValueCountException (uint required, int found)
 Creates a new instance with a default message indicating the required and found number of values. More...
 

Detailed Description

An exception indicating that a value count cannot be fulfilled.

qsince 0.1.0

Constructor & Destructor Documentation

◆ ValueCountException() [1/2]

Joutsen.ArgumentsParsing.ValueCountException.ValueCountException ( string  message)

Creates a new instance with a message.

◆ ValueCountException() [2/2]

Joutsen.ArgumentsParsing.ValueCountException.ValueCountException ( uint  required,
int  found 
)

Creates a new instance with a default message indicating the required and found number of values.