LiquidTechnologies.XmlObjects Namespace / LxReaderSettings Class / ErrorHandler Property

In This Topic
    ErrorHandler Property (LxReaderSettings)
    In This Topic
    The error handler callback that is called when an error occurs during the de-serialization process
    Syntax
    'Declaration
     
    
    Public Property ErrorHandler As LxDeserializerErrorHandler
    public LxDeserializerErrorHandler ErrorHandler {get; set;}
    Exceptions
    ExceptionDescription
    If its set to null
    Remarks
    The Default error handler throws a LxSerializationException for errors and ignores warnings
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also