This is a macro defined in the Apple iPublicUtility classes, included in several of its sample code packages, such as SpeakHere. In particular, this is in the header of CAXException.h.
When called, XThrowIfError(error, operation)it essentially throws CAXException()if it erroris nonzero.
source
share