Class ExceptionEventArgs
Provides exception data raised in the EventSource Error event.
Inherited Members
Namespace: LaunchDarkly.EventSource
Assembly: LaunchDarkly.EventSource.dll
Syntax
public class ExceptionEventArgs : EventArgs
Constructors
ExceptionEventArgs(Exception)
Initializes a new instance of the ExceptionEventArgs class.
Declaration
public ExceptionEventArgs(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
Exception | ex | A Exception that represents the error that occurred. |
Properties
Exception
Gets the Exception that represents the error that occurred.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception | The exception. |