April 2003
Beginner to intermediate
620 pages
21h 48m
English
SqlTruncateException
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(stringmessage); public SqlTruncateException(stringmessage, Exceptione); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
SqlTypeException
→
SqlTruncateException
Read now
Unlock full access