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
- comment
 Type: System.String
.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.