Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Playback::PlaybackError Event

 

This event is raised when an exception occurs during playback.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
event EventHandler<PlaybackErrorEventArgs^>^ PlaybackError {
	static void add(EventHandler<PlaybackErrorEventArgs^>^ value);
	static void remove(EventHandler<PlaybackErrorEventArgs^>^ value);
}
Return to top
Show: