PlaybackFailureException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the PlaybackFailureException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method PlaybackFailureException() Initializes a new instance of the PlaybackFailureException class.
Public method PlaybackFailureException(String) Initializes a new instance of the PlaybackFailureException class by using the given message.
Protected method PlaybackFailureException(SerializationInfo, StreamingContext) Initializes a new instance of the PlaybackFailureException class for deserialization.
Public method PlaybackFailureException(String, Exception) Initializes a new instance of the PlaybackFailureException class by using the provided message and inner exception.
Public method 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.
Public method 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.

Top

See Also

Reference

PlaybackFailureException Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace