DekGenius.com
[ Team LiB ] Previous Section Next Section

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

    [ Team LiB ] Previous Section Next Section