UserInfo.DetailedErrors Property

Definition

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

An array of NSError objects that contains the errors that occurred.

Applies to