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.
WebTestError Class
Class to encapsulate errors that occur during Web performance test execution.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ErrorSubtype | Gets or sets the error subtype string. |
![]() | ErrorText | Gets or sets a string that describes the error. |
![]() | ErrorType | Gets or sets the type of error that occurred. |
![]() | ErrorTypeString | |
![]() | ExceptionText | Gets or sets the exception text, which is the string that is returned by the ToString() method of the exception. |
![]() | Processed | |
![]() | StackTrace | Gets or sets the stack trace for the error. |
![]() | TimeOfError | Gets or sets the time that the error occurred. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WriteXml(XmlTextWriter^) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


