|
Joutsen.ArgumentsParsing v0.3.0+1-ga4c84ed
|
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... | |
An exception indicating that a value count cannot be fulfilled.
qsince 0.1.0
| Joutsen.ArgumentsParsing.ValueCountException.ValueCountException | ( | string | message | ) |
Creates a new instance with a message.
| Joutsen.ArgumentsParsing.ValueCountException.ValueCountException | ( | uint | required, |
| int | found | ||
| ) |
Creates a new instance with a default message indicating the required and found number of values.