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 | |
---|---|---|
PlaybackFailureException() | Initializes a new instance of the PlaybackFailureException class. | |
PlaybackFailureException(String) | Initializes a new instance of the PlaybackFailureException class by using the given message. | |
PlaybackFailureException(SerializationInfo, StreamingContext) | Initializes a new instance of the PlaybackFailureException class for deserialization. | |
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. |
Top