TestManagementException Class

 

Provides a base class for test management exceptions.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.VisualStudio.Services.Common.VssException
        Microsoft.TeamFoundation.TeamFoundationServerException
          Microsoft.TeamFoundation.TestManagement.Client.TestManagementException
            Microsoft.TeamFoundation.TestManagement.Client.AccessDeniedException
            Microsoft.TeamFoundation.TestManagement.Client.AttachmentUploadManagerException
            Microsoft.TeamFoundation.TestManagement.Client.TeamProjectNotFoundException
            Microsoft.TeamFoundation.TestManagement.Client.TemporaryFolderException
            Microsoft.TeamFoundation.TestManagement.Client.TestManagementAPINotSupportedException
            Microsoft.TeamFoundation.TestManagement.Client.TestManagementConfigurationException
            Microsoft.TeamFoundation.TestManagement.Client.TestManagementConflictingOperation
            Microsoft.TeamFoundation.TestManagement.Client.TestManagementInvalidOperationException
            Microsoft.TeamFoundation.TestManagement.Client.TestManagementServerException
            Microsoft.TeamFoundation.TestManagement.Client.TestManagementValidationException
            Microsoft.TeamFoundation.TestManagement.Client.TestObjectInUseException
            Microsoft.TeamFoundation.TestManagement.Client.TestObjectNotFoundException
            Microsoft.TeamFoundation.TestManagement.Client.TestObjectUpdatedException

Syntax

[SerializableAttribute]
public class TestManagementException : TeamFoundationServerException
[SerializableAttribute]
public ref class TestManagementException : TeamFoundationServerException
[<SerializableAttribute>]
type TestManagementException = 
    class
        inherit TeamFoundationServerException
    end
<SerializableAttribute>
Public Class TestManagementException
    Inherits TeamFoundationServerException

Constructors

Name Description
System_CAPS_pubmethod TestManagementException()

Initializes a new instance of the TestManagementException class.

System_CAPS_protmethod TestManagementException(SerializationInfo, StreamingContext)

Initializes a new instance of the TestManagementException class for deserialization.

System_CAPS_pubmethod TestManagementException(String)

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

System_CAPS_pubmethod TestManagementException(String, Exception)

Initializes a new instance of the TestManagementException class by using the provided message and inner exception.

Properties

Name Description
System_CAPS_pubproperty Data

(Inherited from TeamFoundationServerException.)

System_CAPS_pubproperty ErrorCode

Gets or sets the error code.

System_CAPS_pubproperty EventId

(Inherited from VssException.)

System_CAPS_pubproperty HelpLink

(Inherited from Exception.)

System_CAPS_pubproperty HResult

(Inherited from Exception.)

System_CAPS_pubproperty InnerException

(Inherited from Exception.)

System_CAPS_pubproperty IsRemoteException

(Inherited from TeamFoundationServerException.)

System_CAPS_pubproperty LogException

(Inherited from VssException.)

System_CAPS_pubproperty LogLevel

(Inherited from VssException.)

System_CAPS_pubproperty Message

(Inherited from Exception.)

System_CAPS_pubproperty ReportException

(Inherited from VssException.)

System_CAPS_pubproperty Source

(Inherited from Exception.)

System_CAPS_pubproperty StackTrace

(Inherited from Exception.)

System_CAPS_pubproperty TargetSite

(Inherited from Exception.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

Populates the provided serialization info object with data.(Overrides VssException.GetObjectData(SerializationInfo, StreamingContext).)

System_CAPS_pubmethod GetType()

(Inherited from Exception.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Exception.)

Events

Name Description
System_CAPS_protevent SerializeObjectState

(Inherited from Exception.)

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

TeamFoundationServerException
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top