Show / Hide Table of Contents

Class ElementNotAvailableException

The exception that is thrown when an attempt is made to access a UI automation element corresponding to a part of the user interface that is no longer available.

Inheritance
System.Object
System.Exception
ElementNotAvailableException
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 ElementNotAvailableException : Exception, ISerializable

Constructors

| Improve this Doc View Source

ElementNotAvailableException()

Initializes a new instance of the ElementNotAvailableException class.

Declaration
public ElementNotAvailableException()

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source