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
- comment
 Type: System.String
- maxLength
 Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.