UIViewController.HierarchyInconsistencyException 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.
Constant used to identify broken UIViewController hierarchies.
[Foundation.Field("UIViewControllerHierarchyInconsistencyException", "UIKit")]
public static Foundation.NSString HierarchyInconsistencyException { get; }
member this.HierarchyInconsistencyException : Foundation.NSString
Property Value
- Attributes
Remarks
This identifier is used to identify the exception thrown when a UIView is added to the UIView hierarchy, but that UIView's UIViewController is not part of the UIViewController hierarchy. In other words, the UIView hierarchy and UIViewController hierarchy must be consistent.