void setThrowExceptionOnFail(throwExceptionOnFail)
|
|
|
|
|
|
|
Void methods throw an exception by default.
This command enables the user to control that option.
Note: This command is available only from a JAVA, C# Or Python coding environments.
throwExceptionOnFail : Boolean parameter:
true (default) : An exception will be thrown when void method fail.
false: No exception will be thrown when a Void method fail.