Show / Hide Table of Contents

    Class liblsl.InternalException

    Exception class that indicates that an internal error has occurred inside liblsl.

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

    Constructors

    InternalException()

    Declaration
    public InternalException()

    InternalException(SerializationInfo, StreamingContext)

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

    InternalException(String)

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

    InternalException(String, Exception)

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

    See Also

    Exception
    Back to top LSL 4 Unity documentation