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: String
The exception text.
Remarks
ExceptionText will be nulla null reference (Nothing in Visual Basic) for some ErrorTypes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.