Mindscape LightSpeed - User Reference & API Documentation
LightSpeedException Constructor (message, innerException)
API ReferenceMindscape.LightSpeedLightSpeedExceptionLightSpeedException(String, Exception)
Initializes a new instance of the LightSpeedException class.
Declaration Syntax
C#Visual Basic
public LightSpeedException(
	string message,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	innerException As Exception _
)
Parameters
message (String)
The message.
innerException (Exception)
The inner exception.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)