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

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)

Applies to