Class ExceptionEventArgs
Inherited Members
Namespace: LaunchDarkly.EventSource
Assembly: LaunchDarkly.EventSource.dll
Syntax
public class ExceptionEventArgs : EventArgs
Constructors
ExceptionEventArgs(Exception)
Declaration
public ExceptionEventArgs(Exception ex)
Parameters
| Type | Name | Description |
|---|---|---|
| Exception | ex |
Properties
Exception
Declaration
public Exception Exception { get; }
Property Value
| Type | Description |
|---|---|
| Exception |