For the case where HasError is true, this method marks the error as handled. If this method is not called, an exception will be thrown.

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

Syntax

C#
public void MarkErrorAsHandled()
Visual Basic
Public Sub MarkErrorAsHandled

See Also