InternalException Class

Definition

Defines exceptions that are thrown by a test item provider and that are wrapped in this exception.

public ref class InternalException : Microsoft::VisualStudio::TestTools::Exceptions::EqtDataException
[System.Serializable]
public class InternalException : Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
[<System.Serializable>]
type InternalException = class
    inherit EqtDataException
Public Class InternalException
Inherits EqtDataException
Inheritance
Derived
Attributes

Constructors

InternalException()

Initializes a new instance of the InternalException class.

InternalException(SerializationInfo, StreamingContext)

Initializes a new instance of the InternalException class by using the provided information and context.

InternalException(String)

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

InternalException(String, Exception)

Initializes a new instance of the InternalException 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