Class ElementNotEnabledException
The exception that is thrown when an attempt is made through UI automation to manipulate a control that is not enabled.
Inheritance
System.Object
System.Exception
ElementNotEnabledException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.ToString()
System.Exception.Data
System.Exception.HelpLink
System.Exception.HResult
System.Exception.InnerException
System.Exception.Message
System.Exception.Source
System.Exception.StackTrace
System.Exception.TargetSite
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public class ElementNotEnabledException : Exception, ISerializable
Constructors
| Improve this Doc View SourceElementNotEnabledException()
Initializes a new instance of the ElementNotEnabledException class.
Declaration
public ElementNotEnabledException()
Implements
System.Runtime.Serialization.ISerializable