Initializes a new instance of the LightSpeedDistributedException 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
)
Visual Basic (Declaration)
Public Sub New ( _
	message As String _
)

Parameters

message
Type: System..::.String
The message.

See Also