Search Results for

    Show / Hide Table of Contents

    Class ConnectorFailedEventArgs

    This argument is used for events, when a connector has failed a certain action.

    Inheritance
    System.Object
    ConnectorEventArgs
    ConnectorFailedEventArgs
    Inherited Members
    ConnectorEventArgs.Name
    Namespace: TeleScope.Connectors.Abstractions.Events
    Assembly: TeleScope.Connectors.Abstractions.dll
    Syntax
    public class ConnectorFailedEventArgs : ConnectorEventArgs

    Constructors

    | Improve this Doc View Source

    ConnectorFailedEventArgs(Exception, String)

    Sets name and the message of the exception as Message property.

    Declaration
    public ConnectorFailedEventArgs(Exception ex, string name)
    Parameters
    Type Name Description
    Exception ex

    The Exception that was catched within an action of a connector.

    System.String name

    The name of the sender.

    | Improve this Doc View Source

    ConnectorFailedEventArgs(Exception, String, String)

    Sets name, the exception and a specific message as Message property.

    Declaration
    public ConnectorFailedEventArgs(Exception ex, string name, string message)
    Parameters
    Type Name Description
    Exception ex

    The Exception that was catched within an action of a connector.

    System.String name

    The name of the sender.

    System.String message

    The message that has caused the failure within an action of a connector.

    | Improve this Doc View Source

    ConnectorFailedEventArgs(String, String)

    Sets name and the Message property.

    Declaration
    public ConnectorFailedEventArgs(string name, string message)
    Parameters
    Type Name Description
    System.String name

    The name of the sender.

    System.String message

    The message that has caused the failure within an action of a connector.

    Properties

    | Improve this Doc View Source

    Exception

    Gets the exception that may have caused an failure within an action of a connector.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception
    | Improve this Doc View Source

    Message

    Gets a detailled message that has caused an failure within an action of a connector.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String
    • GITHUB
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    Copyright 2020-2022 TeleScope-dotnet. Generated by DocFX.
    ☀
    ☾