A list of processes (ProcessClass) that returned false on execution (ie indicated an error) or threw an exception

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public ProcessClass ProcessErrorList(
	int index
)
Visual Basic
Public Function ProcessErrorList ( _
	index As Integer _
) As ProcessClass

Parameters

index
Type: System..::..Int32
zero based index to list

Return Value

ProcessClass that indicated an error (false return, or threw and exeception) on execution

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exceptionif invalid index

See Also