LiquidTechnologies.XmlObjects Namespace / LxSerializationException Class / LxSerializationException Constructor / LxSerializationException Constructor(String,LxErrorSeverity,LxErrorCode,TextLocation,Object)
The error message describing the issue
The severity of the error
The error code providing detail about the issue
may be null
The object that the error occurred on

In This Topic
    LxSerializationException Constructor(String,LxErrorSeverity,LxErrorCode,TextLocation,Object)
    In This Topic
    Constructs a LxSerializationException
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal msg As System.String, _
       ByVal severity As LxErrorSeverity, _
       ByVal errorCode As LxErrorCode, _
       Optional ByVal location As TextLocation, _
       Optional ByVal targetObject As System.Object _
    )
    public LxSerializationException( 
       System.string msg,
       LxErrorSeverity severity,
       LxErrorCode errorCode,
       TextLocation location,
       System.object targetObject
    )

    Parameters

    msg
    The error message describing the issue
    severity
    The severity of the error
    errorCode
    The error code providing detail about the issue
    location
    may be null
    targetObject
    The object that the error occurred on
    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