LiquidTechnologies.XmlObjects Namespace / LxInvalidStateException Class / LxInvalidStateException Constructor / LxInvalidStateException Constructor(SerializationInfo,StreamingContext)

In This Topic
    LxInvalidStateException Constructor(SerializationInfo,StreamingContext)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal info As System.Runtime.Serialization.SerializationInfo, _
       ByVal context As System.Runtime.Serialization.StreamingContext _
    )
    protected LxInvalidStateException( 
       System.Runtime.Serialization.SerializationInfo info,
       System.Runtime.Serialization.StreamingContext context
    )

    Parameters

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