IllegalCommentException Constructor (String, Int32)

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IllegalCommentException Class

IllegalCommentException Overload

Microsoft.TeamFoundation.VersionControl.Server Namespace