Class LostException
Exception class that indicates that a stream inlet's source has been irrecoverably lost.
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 |
---|---|---|
Serialization |
info | |
Streaming |
context |
LostException(String, Exception)
Declaration
public LostException(string message = "", Exception inner = null)