Class liblsl.LostException
Exception class that indicates that a stream inlet's source has been irrecoverably lost.
Inheritance
liblsl.LostException
Assembly: cs.temp.dll.dll
Syntax
public class LostException : Exception, ISerializable, _Exception
Constructors
LostException()
Declaration
LostException(SerializationInfo, StreamingContext)
Declaration
protected LostException(SerializationInfo info, StreamingContext context)
Parameters
LostException(String)
Declaration
public LostException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
LostException(String, Exception)
Declaration
public LostException(string message, Exception inner)
Parameters
See Also