FlowsheetBaseErrorMessages Property

Gets or sets the list of exceptions raised during the last calculation pass.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public List<Exception> ErrorMessages { get; set; }

Property Value

ListException

Implements

IFlowsheetErrorMessages

See Also