CorruptedResultException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the exception that is thrown by a test item provider when the process encounters a corrupted test result.
public ref class CorruptedResultException : Microsoft::VisualStudio::TestTools::Exceptions::EqtDataException
[System.Serializable]
public class CorruptedResultException : Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
[<System.Serializable>]
type CorruptedResultException = class
inherit EqtDataException
Public Class CorruptedResultException
Inherits EqtDataException
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| CorruptedResultException() |
Initializes a new instance of the CorruptedResultException class. |
| CorruptedResultException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CorruptedResultException class by using the provided information and context. |
| CorruptedResultException(String, Exception) |
Initializes a new instance of the CorruptedResultException class by using the provided message and inner exception. |
| CorruptedResultException(String) |
Initializes a new instance of the CorruptedResultException class by using the provided message. |
Properties
| Name | Description |
|---|---|
| Message |
Gets the message that states the exception. (Inherited from EqtException) |
Methods
| Name | Description |
|---|---|
| GetObjectData(SerializationInfo, StreamingContext) |
Serializes the private fields. (Inherited from EqtException) |