Class ConnectionFailureEventArgs
The event arguments for connection failure events.
Inherited Members
Namespace: Swan.Net
Syntax
public class ConnectionFailureEventArgs : EventArgs
Constructors
ConnectionFailureEventArgs(Exception)
Initializes a new instance of the ConnectionFailureEventArgs class.
Declaration
public ConnectionFailureEventArgs(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
Exception | ex | The ex. |
Properties
Error
Gets the error.
Declaration
public Exception Error { get; }
Property Value
Type | Description |
---|---|
Exception | The error. |