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
); }