April 2003
Beginner to intermediate
620 pages
21h 48m
English
NoNullAllowedException
This exception is thrown if you try to insert a
null value into a column that has
DataColumn.AllowDBNull set to
false.
public class NoNullAllowedException : DataException { // Public Constructors public NoNullAllowedException( ); public NoNullAllowedException(strings); // Protected Constructors protected NoNullAllowedException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
DataException
→
NoNullAllowedException
Read now
Unlock full access