AjaxControlToolkit.Design.ReorderListDesigner.GetErrorDesignTimeHtml C# (CSharp) Method

GetErrorDesignTimeHtml() protected method

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