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

In This Topic
    LxInvalidValueException Constructor(String,LxErrorSeverity,LxErrorCode,TextLocation)
    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 _
    )
    public LxInvalidValueException( 
       System.string msg,
       LxErrorSeverity severity,
       LxErrorCode errorCode,
       TextLocation location
    )

    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
    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