Initializes a new instance of the
OperatorComment class. It initializes the title and the comment
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public OperatorComment(
string title,
string comment
) |
Visual Basic |
---|
Public Sub New ( _
title As String, _
comment As String _
) |
Parameters
- title
- Type: System..::..String
The title
- comment
- Type: System..::..String
The comment
Exceptions
Exception | Condition |
---|
System..::..ArgumentNullException | Title can't be null |
System..::..ArgumentNullException | Comment can't be null |
See Also