PlaybackFailureException Constructor
Initializes a new instance of the PlaybackFailureException class.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
| Name | Description | |
|---|---|---|
![]() | PlaybackFailureException() | Initializes a new instance of the PlaybackFailureException class. |
![]() | PlaybackFailureException(SerializationInfo^, StreamingContext) | Initializes a new instance of the PlaybackFailureException class for deserialization. |
![]() | PlaybackFailureException(String^) | Initializes a new instance of the PlaybackFailureException class by using the given message. |
![]() | PlaybackFailureException(String^, Exception^) | Initializes a new instance of the PlaybackFailureException class by using the provided message and inner exception. |
![]() | PlaybackFailureException(String^, String^, Exception^, ILastInvocationInfo^, String^, Object^) | Initializes a new instance of the PlaybackFailureException class by using the default message, as well as the provided object name, action name, inner exception, last action information, control, and source of the exception. |
![]() | PlaybackFailureException(String^, String^, String^, Exception^, ILastInvocationInfo^, String^, Object^) | Initializes a new instance of the PlaybackFailureException class by using the provided message, object name, action name, inner exception, last action information, test control name, and exception source object. |

