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.

PlaybackFailureException Constructor

 

Initializes a new instance of the PlaybackFailureException class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

NameDescription
System_CAPS_pubmethodPlaybackFailureException()

Initializes a new instance of the PlaybackFailureException class.

System_CAPS_protmethodPlaybackFailureException(SerializationInfo^, StreamingContext)

Initializes a new instance of the PlaybackFailureException class for deserialization.

System_CAPS_pubmethodPlaybackFailureException(String^)

Initializes a new instance of the PlaybackFailureException class by using the given message.

System_CAPS_pubmethodPlaybackFailureException(String^, Exception^)

Initializes a new instance of the PlaybackFailureException class by using the provided message and inner exception.

System_CAPS_pubmethodPlaybackFailureException(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.

System_CAPS_pubmethodPlaybackFailureException(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.

Return to top
Show: