Show / Hide Table of Contents

    Class liblsl.LostException

    Exception class that indicates that a stream inlet's source has been irrecoverably lost.

    Inheritance
    Object
    Exception
    liblsl.LostException
    Namespace: LSL4Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public class LostException : Exception, ISerializable, _Exception

    Constructors

    LostException()

    Declaration
    public LostException()

    LostException(SerializationInfo, StreamingContext)

    Declaration
    protected LostException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context

    LostException(String)

    Declaration
    public LostException(string message)
    Parameters
    Type Name Description
    String message

    LostException(String, Exception)

    Declaration
    public LostException(string message, Exception inner)
    Parameters
    Type Name Description
    String message
    Exception inner

    See Also

    Exception
    Back to top LSL 4 Unity documentation