throwExceptions property
read / write
By default RxCommand will catch all exceptions during execution of the command. And publish them on .thrownExceptions
and in the CommandResult. If don't want this and have exceptions thrown, set this to true.
Implementation
bool throwExceptions = false