Flowsheet BaseShow Message Method
Displays a message to the user via the log panel or equivalent output. Must be implemented by the concrete host.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public abstract void ShowMessage(
string text,
IFlowsheetMessageType mtype,
string exceptionID = ""
)VB
Public MustOverride Sub ShowMessage (
text As String,
mtype As IFlowsheetMessageType,
Optional exceptionID As String = ""
)Parameters
- text String
- The message text.
- mtype IFlowsheetMessageType
- The message severity/type.
- exceptionID String (Optional)
- An optional identifier linking the message to a specific exception record.