Describes an error closing 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 StreamClosedException : Exception
Visual Basic (Declaration)
Public Class StreamClosedException _
	Inherits Exception
Visual C++
public ref class StreamClosedException : public Exception

Inheritance Hierarchy

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

See Also