An exception that is thrown when a required value is blank during validation

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 RequiredFieldException : EntityDataBindingException
Visual Basic (Declaration)
Public Class RequiredFieldException _
	Inherits EntityDataBindingException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Mindscape.LightSpeed.Web.WebForms..::.EntityDataBindingException
      Mindscape.LightSpeed.Web.WebForms..::.RequiredFieldException

See Also