Share via


TestObjectNotFoundException Constructor

 

Initializes a new instance of the TestObjectNotFoundException class.

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

Overload List

Name Description
System_CAPS_pubmethod TestObjectNotFoundException(Int32, ObjectTypes)

System_CAPS_protmethod TestObjectNotFoundException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod TestObjectNotFoundException(String)

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

System_CAPS_pubmethod TestObjectNotFoundException(String, Exception)

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

System_CAPS_pubmethod TestObjectNotFoundException(String, ObjectTypes)

See Also

TestObjectNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top