Gets or sets the inner exception.

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 Exception InnerException { get; set; }
Visual Basic (Declaration)
Public Property InnerException As Exception

Field Value

The inner exception.

See Also