Represents the exception that is thrown when you try to insert a null value into a column where DataColumn.AllowDBNull is set to false.
See Also: NoNullAllowedException Members
The System.Data.NoNullAllowedException is thrown when invoking the following methods or properties when you try to insert a null value into a column where DataColumn.AllowDBNull is set to false.