Initializes a new instance of the LightSpeedException class.

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

Syntax

C#
public LightSpeedDistributedException(
	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.

See Also