Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / HasErrors Property


In This Topic
    HasErrors Property
    In This Topic
    Gets a value that indicates if there are error exceptions collected at the moment of reading the value. Errors a are collected by calling the RememberHtmlExceptionMessage method of the NClientServerTechnology class.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HasErrors As System.Boolean
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim value As System.Boolean
     
    value = instance.HasErrors
    public System.bool HasErrors {get;}
    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