Form FlowsheetLoader Exceptions Property
Accumulates exceptions raised while loading a simulation file, for display after load completes.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public List<Exception> LoaderExceptions { get; set; }VB
Public Property LoaderExceptions As List(Of Exception)
Get
Set