Share via


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

See Also

Reference

PlaybackErrorEventArgs Class

Microsoft.VisualStudio.TestTools.UITesting Namespace