Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Shared Event PlaybackError As EventHandler(Of PlaybackErrorEventArgs)
public static event EventHandler<PlaybackErrorEventArgs> PlaybackError
public:
static event EventHandler<PlaybackErrorEventArgs^>^ PlaybackError {
void add (EventHandler<PlaybackErrorEventArgs^>^ value);
void remove (EventHandler<PlaybackErrorEventArgs^>^ value);
}
member PlaybackError : IEvent<EventHandler<PlaybackErrorEventArgs>,
PlaybackErrorEventArgs>
JScript does not support events.
.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.