FormFlowsheetShowMessage Method

Enqueues a message for display in the log panel and raises the NewMessageSent event.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void ShowMessage(
	string text,
	IFlowsheetMessageType mtype,
	string exceptionID = ""
)

Parameters

text  String
The message text.
mtype  IFlowsheetMessageType
The message severity/type.
exceptionID  String  (Optional)
Optional identifier linking this message to a specific exception in the global exception list.

Implements

IFlowsheetShowMessage(String, IFlowsheetMessageType, String)
IFlowsheetGUIShowMessage(String, IFlowsheetMessageType, String)

See Also