MrUploader.FileUpload.setErrorDescription C# (CSharp) Méthode

setErrorDescription() private méthode

private setErrorDescription ( Exception ex, string where ) : void
ex System.Exception
where string
Résultat void
        private void setErrorDescription(Exception ex, string where)
        {
            ErrorDescr += where + "{" + ex.Message + " / " + ex.InnerException.Message + " / STACK: " + ex.StackTrace + "}";
        }