|
try
{
...
}
catch(Exception&E)
{
ShowMessage("Here is the best place to write the code where the function is located to help you find the place of the error" +E.Message);//It is better to add E.Message here, because if you do not add this sentence, only show your error Prompt message, you do not know why it is wrong
} |
|