Describes an exception which has occured as part of a databinding operations with the EntityDataBinder.

Namespace:  Mindscape.LightSpeed.Web.WebForms
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public class EntityDataBinderValidationException : Exception
Visual Basic (Declaration)
Public Class EntityDataBinderValidationException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Mindscape.LightSpeed.Web.WebForms..::.EntityDataBinderValidationException

See Also