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.

WebTestError::ErrorSubtype Property

 

Gets or sets the error subtype string.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property String^ ErrorSubtype {
	String^ get();
	internal: void set(String^ value);
}

Property Value

Type: System::String^

The error subtype.

ErrorSubtype is a string that describes the subtype of error. The meaning of the ErrorSubtype string depends on the ErrorType. For example, for an HttpError, the ErrorSubtype is the HttpStatusCode. For validation rule errors, extraction rule errors, and exceptions, the ErrorSubtype is the class name of the rule or exception.

Return to top
Show: