Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITestJScriptExecutionException Class

 

The base class for all UITest exceptions.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

System::Object
  System::Exception
    Microsoft.VisualStudio.TestTools.UITest.Extension::UITestException
      Microsoft.VisualStudio.TestTools.UITest.Extension::UITestJScriptExecutionException

[SerializableAttribute]
public ref class UITestJScriptExecutionException : UITestException

NameDescription
System_CAPS_pubmethodUITestJScriptExecutionException()

Default constructor.

System_CAPS_protmethodUITestJScriptExecutionException(SerializationInfo^, StreamingContext)

Deserialization constructor.

System_CAPS_pubmethodUITestJScriptExecutionException(String^)

Create new instance using the message.

System_CAPS_pubmethodUITestJScriptExecutionException(String^, Exception^)

Create new instance using the message and the inner exception.

NameDescription
System_CAPS_pubpropertyBasicMessage

Gets the basic error message.(Inherited from UITestException.)

System_CAPS_pubpropertyData

(Inherited from Exception.)

System_CAPS_protpropertyDefaultMessage

The default message for this exception type. This is overridden typically by derived exception classes to provide their own default messages. In case user has not explicitly set any message, then the default message is used by BasicMessage and base.Message. (Overrides UITestException::DefaultMessage.)

System_CAPS_pubpropertyErrorInfo

Gets or sets information about the UI test action that caused the exception.(Inherited from UITestException.)

System_CAPS_pubpropertyExceptionSource

Gets or sets the control that is the source of this exception.(Inherited from UITestException.)

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

Gets or sets the HRESULT for this exception.(Inherited from UITestException.)

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyMessage

Gets the message that was provided when this exception object was created.(Inherited from UITestException.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from UITestException.)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetHResult(UInt32)

Sets the corresponding HRESULT for this exception.(Inherited from UITestException.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(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.

Return to top
Show: