'Declaration
Protected Overloads Function CreateErrorDesignTimeHtml( _ ByVal errorMessage As System.String, _ ByVal e As System.Exception _ ) As System.String
'Usage
Dim instance As NChartControlDesigner Dim errorMessage As System.String Dim e As System.Exception Dim value As System.String value = instance.CreateErrorDesignTimeHtml(errorMessage, e)
protected System.string CreateErrorDesignTimeHtml( System.string errorMessage, System.Exception e )
Parameters
- errorMessage
- e