Nevron .NET Vision
Nevron.ThinWeb Namespace / NAspNetThinWebControlDesigner Class / GetErrorDesignTimeHtml Method


In This Topic
    GetErrorDesignTimeHtml Method (NAspNetThinWebControlDesigner)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetErrorDesignTimeHtml( _
       ByVal e As System.Exception _
    ) As System.String
    'Usage
     
    
    Dim instance As NAspNetThinWebControlDesigner
    Dim e As System.Exception
    Dim value As System.String
     
    value = instance.GetErrorDesignTimeHtml(e)
    protected virtual System.string GetErrorDesignTimeHtml( 
       System.Exception e
    )

    Parameters

    e
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also