TCMDataMigrationInProgressException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TCMDataMigrationInProgressException(String)
public TCMDataMigrationInProgressException(string message);
new Microsoft.TeamFoundation.TestManagement.WebApi.TCMDataMigrationInProgressException : string -> Microsoft.TeamFoundation.TestManagement.WebApi.TCMDataMigrationInProgressException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
TCMDataMigrationInProgressException(String, Exception)
public TCMDataMigrationInProgressException(string message, Exception ex);
new Microsoft.TeamFoundation.TestManagement.WebApi.TCMDataMigrationInProgressException : string * Exception -> Microsoft.TeamFoundation.TestManagement.WebApi.TCMDataMigrationInProgressException
Public Sub New (message As String, ex As Exception)
Parameters
- message
- String
- ex
- Exception