MrUploader.FileUpload.setErrorDescription C# (CSharp) Метод

setErrorDescription() приватный Метод

private setErrorDescription ( Exception ex, string where ) : void
ex System.Exception
where string
Результат void
        private void setErrorDescription(Exception ex, string where)
        {
            ErrorDescr += where + "{" + ex.Message + " / " + ex.InnerException.Message + " / STACK: " + ex.StackTrace + "}";
        }