Describes an error opening a BrainStem stream.

Namespace:  Bespoke.Robotics.BrainStem.Exceptions
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class StreamAlreadyOpenException : Exception
Visual Basic (Declaration)
Public Class StreamAlreadyOpenException _
	Inherits Exception
Visual C++
public ref class StreamAlreadyOpenException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Bespoke.Robotics.BrainStem.Exceptions..::.StreamAlreadyOpenException

See Also