UserInfo.DetailedErrors Property
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.
Gets or sets an array that contains the multiple erros that occurred, if multiple errors occurred.
public Foundation.NSError[] DetailedErrors { get; set; }
member this.DetailedErrors : Foundation.NSError[] with get, set
Property Value
NSError[]
An array of NSError objects that contains the errors that occurred.