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::ExceptionText Property
Gets or sets the exception text, which is the string that is returned by the ToString() method of the exception.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
public: property String^ ExceptionText { String^ get(); internal: void set(String^ value); }
ExceptionText will be null for some ErrorTypes.
Show: