Edit

TestObjectInUseException Constructors

Definition

Overloads

TestObjectInUseException(String)

public TestObjectInUseException(string message);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestObjectInUseException : string -> Microsoft.TeamFoundation.TestManagement.WebApi.TestObjectInUseException
Public Sub New (message As String)

Parameters

message
String

Applies to

TestObjectInUseException(String, Exception)

public TestObjectInUseException(string message, Exception ex);
new Microsoft.TeamFoundation.TestManagement.WebApi.TestObjectInUseException : string * Exception -> Microsoft.TeamFoundation.TestManagement.WebApi.TestObjectInUseException
Public Sub New (message As String, ex As Exception)

Parameters

message
String

Applies to