F
frazer
hi
i want to get the error code when an error occurs. is
catch(Exception ex)
{
ex.GetHashCode() //will this return a unique number for every error?
}
i want to get the error code when an error occurs. is
catch(Exception ex)
{
ex.GetHashCode() //will this return a unique number for every error?
}