Class liblsl.InternalException
Exception class that indicates that an internal error has occurred inside liblsl.
Inheritance
liblsl.InternalException
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
InternalException(String)
Declaration
public InternalException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
InternalException(String, Exception)
Declaration
public InternalException(string message, Exception inner)
Parameters
See Also