InternalException 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.
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, Exception) |
Initializes a new instance of the InternalException class by using the provided message and inner exception. |
InternalException(String) |
Initializes a new instance of the InternalException class by using the provided message. |
Properties
Message |
Gets the message that states the exception. (Inherited from EqtException) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Serializes the private fields. (Inherited from EqtException) |