MonobjcMonobjc Documented Class Library
ReceivedErrorWithDataSource Method (error, dataSource)
NamespacesMonobjc.WebKitIWebDocumentRepresentationReceivedErrorWithDataSource(NSError, WebDataSource)

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.

Declaration Syntax
C#Visual BasicVisual C++
void ReceivedErrorWithDataSource(
	NSError error,
	WebDataSource dataSource
)
Sub ReceivedErrorWithDataSource ( _
	error As NSError, _
	dataSource As WebDataSource _
)
void ReceivedErrorWithDataSource(
	NSError^ error, 
	WebDataSource^ dataSource
)
Parameters
error (NSError)
An NSError object that indicates what error occurred.
dataSource (WebDataSource)
A WebDataSource object that identifies the request that caused this error.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)