UITestException.ExceptionSource Property

Definition

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.

Applies to