Sent when a connection fails to load its request successfully.
Original signature is '- (void)connection:(NSURLConnection *)connection didFailWithError:(NSError *)error'
Available in Mac OS X v10.2 with Safari 1.0 installed and later.

C# | Visual Basic | Visual C++ |
public event NSURLConnection..::..ConnectionDidFailWithErrorEventHandler ConnectionDidFailWithError
Public Event ConnectionDidFailWithError As NSURLConnection..::..ConnectionDidFailWithErrorEventHandler
public: event NSURLConnection..::..ConnectionDidFailWithErrorEventHandler^ ConnectionDidFailWithError { void add (NSURLConnection..::..ConnectionDidFailWithErrorEventHandler^ value); void remove (NSURLConnection..::..ConnectionDidFailWithErrorEventHandler^ value); }

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