ReservedAnnotationException Constructor

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ReservedAnnotationException Class

Microsoft.TeamFoundation.VersionControl.Server Namespace