Share via


WebTestError.ExceptionText Property

Gets or sets the exception text, which is the string that is returned by the ToString() method of the exception.

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

Syntax

'Declaration
Public Property ExceptionText As String
public string ExceptionText { get; internal set; }
public:
property String^ ExceptionText {
    String^ get ();
    internal: void set (String^ value);
}
member ExceptionText : string with get, internal set
function get ExceptionText () : String
internal function set ExceptionText (value : String)

Property Value

Type: System.String
The exception text.

Remarks

ExceptionText will be nulla null reference (Nothing in Visual Basic) for some ErrorTypes.

.NET Framework Security

See Also

Reference

WebTestError Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace