Invoked when a data source receives an error loading its content.
Original signature is '- (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource'
Available in Mac OS X v10.2 with Safari 1.0 and later.

C# | Visual Basic | Visual C++ |
void ReceivedErrorWithDataSource( NSError error, WebDataSource dataSource )
Sub ReceivedErrorWithDataSource ( _ error As NSError, _ dataSource As WebDataSource _ )
void ReceivedErrorWithDataSource( NSError^ error, WebDataSource^ dataSource )

- error (NSError)
- An NSError object that indicates what error occurred.
- dataSource (WebDataSource)
- A WebDataSource object that identifies the request that caused this error.

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