ElementNotAvailableException Constructor (Exception^)

 

Initializes a new instance of the ElementNotAvailableException class with a reference to the inner exception that caused this exception.

Namespace:   System.Windows.Automation
Assembly:  UIAutomationTypes (in UIAutomationTypes.dll)

public:
ElementNotAvailableException(
	Exception^ innerException
)

Parameters

innerException
Type: System::Exception^

The exception that caused this exception.

.NET Framework
Available since 3.0
Return to top
Show: