ABAddressBookError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Possible ABAddressBook errors.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Contacts' API instead.")]
public enum ABAddressBookError
type ABAddressBookError =
- Inheritance
-
ABAddressBookError
- Attributes
Fields
Name | Value | Description |
---|---|---|
OperationNotPermittedByStore | 0 | The operation is not permitted. |
OperationNotPermittedByUserError | 1 |
Remarks
When the Domain property is set to ErrorDomain, then Code will be one of the ABAddressBookError values.