UITestException Class
Represents the base class for all UI test exceptions.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
System::Exception
Microsoft.VisualStudio.TestTools.UITest.Extension::UITestException
Microsoft.VisualStudio.TestTools.UITest.Extension::DecodingFailedException
Microsoft.VisualStudio.TestTools.UITest.Extension::InvalidUITestExtensionPackageException
Microsoft.VisualStudio.TestTools.UITest.Extension::PlaybackFailureException
Microsoft.VisualStudio.TestTools.UITest.Extension::TechnologyNotSupportedException
Microsoft.VisualStudio.TestTools.UITest.Extension::UITestControlNotAvailableException
Microsoft.VisualStudio.TestTools.UITest.Extension::UITestControlNotFoundException
Microsoft.VisualStudio.TestTools.UITest.Extension::UITestJScriptExecutionException
| Name | Description | |
|---|---|---|
![]() | UITestException() | Initializes a new instance of the UITestException class. |
![]() | UITestException(SerializationInfo^, StreamingContext) | Initializes a new instance of the UITestException class to deserialize the exception. |
![]() | UITestException(String^) | Initializes a new instance of the UITestException class by using the given error message. |
![]() | UITestException(String^, Exception^) | Initializes a new instance of the UITestException class by using the provided message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | BasicMessage | Gets the basic error message. |
![]() | Data | (Inherited from Exception.) |
![]() | DefaultMessage | When overridden in a derived class, gets the default message for the specific exception type. |
![]() | ErrorInfo | Gets or sets information about the UI test action that caused the exception. |
![]() | ExceptionSource | Gets or sets the control that is the source of this exception. |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | Gets or sets the HRESULT for this exception. |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | Gets the message that was provided when this exception object was created.(Overrides Exception::Message.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetHResult(UInt32) | Sets the corresponding HRESULT for this exception. |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




