Gets a value indicating whether the loading has failed. If true, inspect the Error property for details.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool HasError { get; }
Visual Basic
Public ReadOnly Property HasError As Boolean
	Get

See Also