Unosquare
    Show / Hide Table of Contents

    Class ConnectionFailureEventArgs

    The event arguments for connection failure events.

    Inheritance
    Object
    EventArgs
    ConnectionFailureEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    See Also

    EventArgs

    Comments

    Back to top Copyright © 2017-2019 Unosquare