Version

NullDateException Class

The NullDateException is used when a null Date is detected in a situation where the Date should be populated Most likely this is will be seen when trying to access the .Value of the control when the .AllowNull is set to False but the .Value is null.
Syntax
'Declaration
 
Public Class NullDateException 
   Inherits System.Exception
public class NullDateException : System.Exception 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also