Share via


CorruptedResultException Class

Definition

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
CorruptedResultException
Attributes

Constructors

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)

Initializes a new instance of the CorruptedResultException class by using the provided message.

CorruptedResultException(String, Exception)

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

Properties

Message

Gets the message that states the exception.

(Inherited from EqtException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serializes the private fields.

(Inherited from EqtException)

Applies to