FormFlowsheetErrorMessages Property

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

Definition

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

Property Value

ListException

Implements

IFlowsheetErrorMessages

See Also