Search Results for

    Show / Hide Table of Contents

    Class LostException

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

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

    Constructors

    LostException(SerializationInfo, StreamingContext)

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

    LostException(String, Exception)

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

    See Also

    Exception
    In This Article
    • Constructors
      • LostException(SerializationInfo, StreamingContext)
      • LostException(String, Exception)
    • See Also
    Back to top LSL 4 Unity documentation