Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the control that is the source of this exception.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Property ExceptionSource As Object
public Object ExceptionSource { get; set; }
public:
property Object^ ExceptionSource {
Object^ get ();
void set (Object^ value);
}
member ExceptionSource : Object with get, set
function get ExceptionSource () : Object
function set ExceptionSource (value : Object)
Property Value
Type: Object
The control that is the source of the exception.
.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.