AjaxControlToolkit.Design.ReorderListDesigner.GetErrorDesignTimeHtml C# (CSharp) Méthode

GetErrorDesignTimeHtml() protected méthode

protected GetErrorDesignTimeHtml ( Exception e ) : string
e System.Exception
Résultat string
        protected override string GetErrorDesignTimeHtml(Exception e)
        {
            return CreatePlaceHolderDesignTimeHtml("Error rendering ReorderList:<br />" + e.Message);
        }