PlaybackErrorEventArgs.Error Property
Gets the exception that caused the playback error event.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public ReadOnly Property Error As Exception
public Exception Error { get; }
public:
property Exception^ Error {
Exception^ get ();
}
member Error : Exception
function get Error () : Exception
Property Value
Type: System.Exception
The exception that caused the playback error event.
.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.