Flowsheet BaseError Messages 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
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public List<Exception> ErrorMessages { get; set; }VB
Public Property ErrorMessages As List(Of Exception)
Get
Set