Edit

TestObjectUpdatedException Constructors

Definition

Overloads

TestObjectUpdatedException(String)

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

Parameters

message
String

Applies to

TestObjectUpdatedException(String, Exception)

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

Parameters

message
String

Applies to