TestFrameworkException Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class TestFrameworkException _
    Inherits Exception
'Usage
Dim instance As TestFrameworkException
[SerializableAttribute]
public class TestFrameworkException : Exception
[SerializableAttribute]
public ref class TestFrameworkException : public Exception
public class TestFrameworkException extends Exception
[<SerializableAttribute>]
type TestFrameworkException =  
    class
        inherit Exception
    end

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.VisualStudio.TestTools.Framework.TestFrameworkException

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

TestFrameworkException Members

Microsoft.VisualStudio.TestTools.Framework Namespace