MonobjcMonobjc Documented Class Library
NSLocalizedRecoveryOptionsErrorKey Field
NamespacesMonobjc.FoundationNSErrorNSLocalizedRecoveryOptionsErrorKey

The corresponding value is an array containing the localized titles of buttons appropriate for displaying in an alert panel.

The first string is the title of the right-most and default button, the second the one to the left, and so on. The recovery options should be appropriate for the recovery suggestion returned by localizedRecoverySuggestion.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSLocalizedRecoveryOptionsErrorKey
Public Shared ReadOnly NSLocalizedRecoveryOptionsErrorKey As NSString
public:
static initonly NSString^ NSLocalizedRecoveryOptionsErrorKey
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)