IllegalCommentException Constructor (String)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IllegalCommentException Class

IllegalCommentException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace