Informs the delegate that an error occurred during resolution of a given service.
Original signature is '- (void)netService:(NSNetService *)sender didNotResolve:(NSDictionary *)errorDict'
Available in Mac OS X v10.2 and later.

C# | Visual Basic | Visual C++ |
public void NetServiceDidNotResolveMessage( NSNetService sender, NSDictionary errorDict )
Public Sub NetServiceDidNotResolveMessage ( _ sender As NSNetService, _ errorDict As NSDictionary _ )
public: void NetServiceDidNotResolveMessage( NSNetService^ sender, NSDictionary^ errorDict )

- sender (NSNetService)
- The service that did not resolve.
- errorDict (NSDictionary)
- A dictionary containing information about the problem. The dictionary contains the keys NSNetServicesErrorCode and NSNetServicesErrorDomain.

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