ABAddressBook.ErrorDomain Field

Definition

Identifies the error domain under which address book errors are grouped.

public static readonly Foundation.NSString ErrorDomain;
 staticval mutable ErrorDomain : Foundation.NSString

Field Value

Remarks

When an CFException is thrown from a ABAddressBook method, the Domain property will be equal to ErrorDomain.

Applies to