The error status.

Namespace: Imsl.DataMining.Neural
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
int ErrorStatus { get; }
Visual Basic (Declaration)
ReadOnly Property ErrorStatus As Integer
Visual C++
property int ErrorStatus {
	int get ();
}

Field Value

An int specifying the error. If there was no error, zero is returned.

Remarks

A non-zero return indicates a potential problem with the trainer.

See Also