UITestException.ExceptionSource Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the control that is the source of this exception.
public:
property System::Object ^ ExceptionSource { System::Object ^ get(); void set(System::Object ^ value); };
public object ExceptionSource { get; set; }
member this.ExceptionSource : obj with get, set
Public Property ExceptionSource As Object
Property Value
The control that is the source of the exception.