Share via


TestManagementValidationException Constructor

 

Initializes a new instance of the TestManagementValidationException class.

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

Overload List

Name Description
System_CAPS_pubmethod TestManagementValidationException()

Initializes a new instance of the TestManagementValidationException class.

System_CAPS_protmethod TestManagementValidationException(SerializationInfo, StreamingContext)

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

System_CAPS_pubmethod TestManagementValidationException(String)

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

System_CAPS_pubmethod TestManagementValidationException(String, Exception)

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

System_CAPS_pubmethod TestManagementValidationException(String, Exception, Object[])

Initializes a new instance of the TestManagementValidationException class by using the provided message, inner exception, and parameters array.

System_CAPS_pubmethod TestManagementValidationException(String, Object[])

Initializes a new instance of the TestManagementValidationException class by using the provided message and parameter array.

See Also

TestManagementValidationException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top