ABAddressBook.ErrorDomain Field
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.
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
.