Bagikan melalui


TestObjectNotFoundException Constructor (String, ObjectTypes)

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    objectType As ObjectTypes _
)
public TestObjectNotFoundException(
    string message,
    ObjectTypes objectType
)
public:
TestObjectNotFoundException(
    String^ message, 
    ObjectTypes objectType
)
new : 
        message:string * 
        objectType:ObjectTypes -> TestObjectNotFoundException
public function TestObjectNotFoundException(
    message : String, 
    objectType : ObjectTypes
)

Parameters

  • message
    Type: String

.NET Framework Security

See Also

Reference

TestObjectNotFoundException Class

TestObjectNotFoundException Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace