M
Max2006
Hi,
At this point I check the SqlException.Message to check for the "PRIMARY
KEY" errors.
Can I use SqlException.ErrorCode to do the job? I have
ErrorCode=-2146232060 for primary key errors. Can I assume that the error
code -2146232060 and primary key error are always associated together?
Thank you,
Max
At this point I check the SqlException.Message to check for the "PRIMARY
KEY" errors.
Can I use SqlException.ErrorCode to do the job? I have
ErrorCode=-2146232060 for primary key errors. Can I assume that the error
code -2146232060 and primary key error are always associated together?
Thank you,
Max