Presents an error alert to the user as a modal panel.
Original signature is '- (BOOL)presentError:(NSError *)error'
Available in Mac OS X v10.4 and later.


- error (NSError)
- The error object encapsulating the information to present to the user.

YES if error recovery was done; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)