RanorexRanorex Documentation
TrySaveToUserSettings Method
NamespacesRanorex.CoreConfigurationTrySaveToUserSettings()()()
Tries to save the configuration by calling SaveToUserSettings()()() and catching and returning any exception thrown.
Declaration Syntax
C#Visual BasicVisual C++
public Exception TrySaveToUserSettings()
Public Function TrySaveToUserSettings As Exception
public:
Exception^ TrySaveToUserSettings()
Return Value
Any exception thrown by SaveToUserSettings()()() or null if no exception is thrown.

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