Initializes a new instance of the OperatorComment class. It initializes the title and the comment

Namespace: Ico.Awx
Assembly: 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 _
)
JScript
public function OperatorComment(
	title : String, 
	comment : String
)

Parameters

title
Type: System..::..String
The title
comment
Type: System..::..String
The comment

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionTitle can't be null
System..::..ArgumentNullExceptionComment can't be null

See Also