ServerItemException Constructor (String)

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

Syntax

'Declaration
Protected Sub New ( _
    errorMessage As String _
)
protected ServerItemException(
    string errorMessage
)
protected:
ServerItemException(
    String^ errorMessage
)
new : 
        errorMessage:string -> ServerItemException
protected function ServerItemException(
    errorMessage : String
)

Parameters

.NET Framework Security

See Also

Reference

ServerItemException Class

ServerItemException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace