Event arguments which describe an exception which has been raised.

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 class ExceptionEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ExceptionEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    Mindscape.LightSpeed.ServiceModel..::.ExceptionEventArgs

See Also