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.

RuleResult::Exception Property

 

Gets or sets the exception.

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

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

Property Value

Type: System::Exception^

The exception that was thrown when the rule was executed, or null if no exception was thrown.

Return to top
Show: