InternalException Class

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

Namespace:  Microsoft.VisualStudio.TestTools.Exceptions
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class InternalException _
    Inherits EqtDataException
'Usage
Dim instance As InternalException
[SerializableAttribute]
public class InternalException : EqtDataException
[SerializableAttribute]
public ref class InternalException : public EqtDataException
public class InternalException extends EqtDataException

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.Exceptions.EqtException
      Microsoft.VisualStudio.TestTools.Exceptions.EqtDataException
        Microsoft.VisualStudio.TestTools.Exceptions.InternalException
          Microsoft.VisualStudio.TestTools.Exceptions.SaveNotSupportedException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InternalException Members

Microsoft.VisualStudio.TestTools.Exceptions Namespace

EqtDataException