Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Util.SettingsOnFailure

Summary

Specifies what to do in case of operation failing.

Enum values

0Just ignore the failure: no exceptions thrown, no dialogs shown
2Ask the user to retry or to skip operation. No exceptions thrown.
3Ask the user to retry, skip operation or cancel. SettingsCancelException thrown on cancel.
1Throw an exception in case of failure