Initializes a new instance of the LightSpeedException class.
Namespace:
Mindscape.LightSpeedAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public LightSpeedException( string message, Exception innerException ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String, _ innerException As Exception _ ) |
Parameters
- message
- Type: System..::.String
The message.
- innerException
- Type: System..::.Exception
The inner exception.