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
- objectType
Type: Microsoft.TeamFoundation.TestManagement.Client.ObjectTypes
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TestObjectNotFoundException Class