RanorexRanorex Documentation
ExceptionOnFail Property
NamespacesRanorexValidate..::.OptionsExceptionOnFail
Gets or sets a value indicating whether an exception should be thrown if the validation fails.
Declaration Syntax
C#Visual BasicVisual C++
public bool ExceptionOnFail { get; set; }
Public Property ExceptionOnFail As Boolean
public:
property bool ExceptionOnFail {
	bool get ();
	void set (bool value);
}
Value
true if an exception should be thrown if the validation fails; otherwise, false.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)