NSErrorUserInfoValueProvider Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate returned by GetUserInfoValueProvider(String).
public delegate Foundation.NSObject NSErrorUserInfoValueProvider(NSError error, NSString userInfoKey);
type NSErrorUserInfoValueProvider = delegate of NSError * NSString -> NSObject
Parameters
- error
- NSError
- userInfoKey
- NSString