Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NErrorDialog Class / Details Property


In This Topic
    Details Property (NErrorDialog)
    In This Topic
    Gets/Sets the details associated with the exception shown by this dialog. These details are not shown in the UI and are only used when saving the error to file.
    Syntax
    'Declaration
     
    
    Public Property Details As System.String
    'Usage
     
    
    Dim instance As NErrorDialog
    Dim value As System.String
     
    instance.Details = value
     
    value = instance.Details
    public System.string Details {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also