PlaybackFailureException Properties
Visual Studio 2010
The PlaybackFailureException type exposes the following members.
| Name | Description | |
|---|---|---|
|
Action | Gets or sets the name of the action. |
|
BasicMessage | Gets the basic error message. (Inherited from UITestException.) |
|
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Inherited from Exception.) |
|
DefaultMessage | Gets the default message for this kind of exception. (Overrides UITestException.DefaultMessage.) |
|
ErrorInfo | Gets or sets information about the UI test action that caused the exception. (Inherited from UITestException.) |
|
ExceptionSource | Gets or sets the control that is the source of this exception. (Inherited from UITestException.) |
|
HelpLink | Gets or sets a link to the help file associated with this exception. (Inherited from Exception.) |
|
HResult | Gets or sets the HRESULT for this exception. (Inherited from UITestException.) |
|
InnerException | Gets the Exception instance that caused the current exception. (Inherited from Exception.) |
|
Message | Gets the message that was provided when this exception object was created. (Inherited from UITestException.) |
|
ObjectName | Gets or sets the source object name. |
|
Source | Gets or sets the name of the application or the object that causes the error. (Inherited from Exception.) |
|
StackTrace | Gets a string representation of the immediate frames on the call stack. (Inherited from Exception.) |
|
TargetSite | Gets the method that throws the current exception. (Inherited from Exception.) |