hi .
i have create c# windows application . within this application there is form that used to insert invoice and it's details,
i have created sql server procedure that application use it to insert the order to database , one of order rows throw a sql exception when conflicting with the sql server constraint i have created ,
i want to specify which row raise this exception when the sql exception occure . and i don't know how to fix it ?
can someone help me ?