InvalidWorkItemTypeException Class

 

Represents the exception that is thrown when the expected work item type does not match the actual work item type.

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.TestManagementValidationException
              Microsoft.TeamFoundation.TestManagement.Client.InvalidWorkItemTypeException

Syntax

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

Constructors

Name Description
System_CAPS_protmethod InvalidWorkItemTypeException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidWorkItemTypeException class for serialization.

System_CAPS_pubmethod InvalidWorkItemTypeException(String, Exception, String, String)

Initializes a new instance of the InvalidWorkItemTypeException class by using the provided error message, inner exception, expected work item type, and actual work item type.

System_CAPS_pubmethod InvalidWorkItemTypeException(String, String, String)

Initializes a new instance of the InvalidWorkItemTypeException class by using the provided error message, expected work item type, and actual work item type.

Properties

Name Description
System_CAPS_pubproperty Actual

Gets the actual work item type.

System_CAPS_pubproperty Data

(Inherited from TeamFoundationServerException.)

System_CAPS_pubproperty ErrorCode

Gets or sets the error code.(Inherited from TestManagementException.)

System_CAPS_pubproperty EventId

(Inherited from VssException.)

System_CAPS_pubproperty Expected

Gets the expected work item type.

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 information object by using data.(Overrides TestManagementException.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

TestManagementValidationException
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top