PlaybackErrorEventArgs.Error Property

Gets the exception that caused the playback error event.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assemblies:   Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
  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 with get
function get Error () : Exception

Property Value

Type: Exception
The exception that caused the playback error event.

.NET Framework Security

See Also

Reference

PlaybackErrorEventArgs Class

Microsoft.VisualStudio.TestTools.UITesting Namespace