NoNullAllowedException serializable

NoNullAllowedException serializable

System.Data (system.data.dll) class

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  ( string   s   );  // Protected Constructors  protected  NoNullAllowedException  (System.Runtime.Serialization.SerializationInfo   info   ,         System.Runtime.Serialization.StreamingContext   context   ); } 

Hierarchy

System.Object figs/u2192.gif System.Exception(System.Runtime.Serialization.ISerializable) figs/u2192.gif System.SystemException figs/u2192.gif DataException figs/u2192.gif NoNullAllowedException



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net