Your easiest option is probably to edit BasicLabel.vb and go to line 570 :
MyBase.Text = ErrorMessage
Then change ErrorMessage to whatever you want to display, such as
MyBase.Text = "
"
Keep in mind that no matter what the error is, you will override it to always be the same.