Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the exception that is thrown by a test item provider and forwarded to test management interface (UI) of , when a command is executed in the UI.
Namespace: Microsoft.VisualStudio.TestTools.Exceptions
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CommandException _
Inherits EqtException
'Usage
Dim instance As CommandException
[SerializableAttribute]
public class CommandException : EqtException
[SerializableAttribute]
public ref class CommandException : public EqtException
public class CommandException extends EqtException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.VisualStudio.TestTools.Exceptions.EqtException
Microsoft.VisualStudio.TestTools.Exceptions.CommandException
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.