Represents a general error that occurs within the LightSpeed framework.

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

All Members | Constructors | ||||
Icon | Member | Description |
---|---|---|
![]() | LightSpeedException()()() |
Initializes a new instance of the LightSpeedException class.
|
![]() | LightSpeedException(String) |
Initializes a new instance of the LightSpeedException class.
|
![]() | LightSpeedException(String, Exception) |
Initializes a new instance of the LightSpeedException class.
|