Represents a general error that occurs within the LightSpeed framework.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[SerializableAttribute]
public sealed class LightSpeedException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class LightSpeedException _
	Inherits Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Mindscape.LightSpeed..::.LightSpeedException

See Also