Error message if process method generated an exception

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

Syntax

C#
public virtual string ErrorMessage { get; set; }
Visual Basic
Public Overridable Property ErrorMessage As String
	Get
	Set

Field Value

if an exception was thrown by the process, this is the exception message

See Also