SqlTruncateException serializable

SqlTruncateException serializable

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

This exception is thrown if you try to set a value that doesn't fit in a structure (e.g., a string that is longer than the maximum character length allowed for SqlString ).

 public sealed class  SqlTruncateException  : SqlTypeException {  // Public Constructors  public  SqlTruncateException  (  );      public  SqlTruncateException  ( string   message   );      public  SqlTruncateException  ( 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 SqlTruncateException



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