Click or drag to resize

CodeObjectAttachMessage Method

Create a message and attach it to the code object.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual void AttachMessage(
	string text,
	MessageSeverity messageType,
	MessageSource messageSource
)

Parameters

text
Type: SystemString
messageType
Type: Nova.CodeDOMMessageSeverity
messageSource
Type: Nova.CodeDOMMessageSource
See Also