UserIO.getInputCatchExceptions

A variant of UserIO.getInput that'll constantly prompt the user until they enter a value that doesn't cause an exception (of type Ex) to be thrown by the Binder.

class UserIO
static
T
getInputCatchExceptions
(
T
Ex : Exception = Exception
Binder = ArgBinder!()
)
(
string prompt
,
void delegate
(
Ex
)
onException = null
)

Meta