Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestObjectNotFoundException Class

 

Represents the exception that is thrown when a test object is required but not found.

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


public ref class TestObjectNotFoundException : TestManagementException

NameDescription
System_CAPS_pubmethodTestObjectNotFoundException(Int32, ObjectTypes)

System_CAPS_protmethodTestObjectNotFoundException(SerializationInfo^, StreamingContext)

Initializes a new instance of the TestObjectNotFoundException class from XML by using the provided serialization information and context.

System_CAPS_pubmethodTestObjectNotFoundException(String^)

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

System_CAPS_pubmethodTestObjectNotFoundException(String^, Exception^)

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

System_CAPS_pubmethodTestObjectNotFoundException(String^, ObjectTypes)

NameDescription
System_CAPS_pubpropertyData
System_CAPS_pubpropertyErrorCode

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

System_CAPS_pubpropertyEventId

(Inherited from VssException.)

System_CAPS_pubpropertyHelpLink

(Inherited from Exception.)

System_CAPS_pubpropertyHResult

(Inherited from Exception.)

System_CAPS_pubpropertyId

Gets the ID for the object that was not found.

System_CAPS_pubpropertyInnerException

(Inherited from Exception.)

System_CAPS_pubpropertyIsRemoteException
System_CAPS_pubpropertyLogException

(Inherited from VssException.)

System_CAPS_pubpropertyLogLevel

(Inherited from VssException.)

System_CAPS_pubpropertyMessage

(Inherited from Exception.)

System_CAPS_pubpropertyObjectType

Returns the object type of the object that was not found.

System_CAPS_pubpropertyReportException

(Inherited from VssException.)

System_CAPS_pubpropertySource

(Inherited from Exception.)

System_CAPS_pubpropertyStackTrace

(Inherited from Exception.)

System_CAPS_pubpropertyTargetSite

(Inherited from Exception.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetBaseException()

(Inherited from Exception.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Sets the SerializationInfo by using the provided information about the exception.(Overrides TestManagementException::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Exception.)

System_CAPS_protmethodInitialize(Int32, ObjectTypes)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Exception.)

NameDescription
System_CAPS_proteventSerializeObjectState

(Inherited from Exception.)

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

Return to top
Show: