Hi experts,
we have one problem with many message of error of this type:
We have this code:
if((inicio + saltos) < this.eContenido.Length() && this.eContenido.Length() != 0 && this.eContenido.Length() > 0 && inicio < saltos ) { //VDLL | ||
lineaArch = this.eContenido.Substring( inicio , saltos); | ||
//} | ||
} //VDLL | ||
But we don't understand why is the reason of this error because we have three validations by common reason of error.
Do you have any idea of this error or you have any suggestion by erase of log de errors standard?
Very thanks for your help.