Share via


TeamFoundationCatalogServiceException Constructor

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public TeamFoundationCatalogServiceException(
    string message
)
public:
TeamFoundationCatalogServiceException(
    String^ message
)
new : 
        message:string -> TeamFoundationCatalogServiceException
public function TeamFoundationCatalogServiceException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

TeamFoundationCatalogServiceException Class

Microsoft.TeamFoundation.Server.Core Namespace