SqlNullValueException serializable

SqlNullValueException serializable

System.Data.SqlTypes (system.data.dll) sealed class

This exception is thrown when you set the Value property of a SQL structure to null . To prevent throwing this exception, you should check the IsNull property of the structure before accessing the Value property.

 public sealed class  SqlNullValueException  : SqlTypeException {  // Public Constructors  public  SqlNullValueException  (  );      public  SqlNullValueException  ( string   message   );      public  SqlNullValueException  (string   message   , Exception   e   );   } 

Hierarchy

System.Object figs/u2192.gif System.Exception(System.Runtime.Serialization.ISerializable) figs/u2192.gif System.SystemException figs/u2192.gif SqlTypeException figs/u2192.gif SqlNullValueException



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