Search Results for

    Show / Hide Table of Contents

    Class AsyncEventTimeoutException

    ABC for AsyncEventHandler<TSender, TArgs>, allowing for using instances thereof without knowing the underlying instance's type parameters.

    Inheritance
    System.Object
    System.Exception
    AsyncEventTimeoutException
    AsyncEventTimeoutException<TSender, TArgs>
    Namespace: DisCatSharp.Common.Utilities
    Assembly: DisCatSharp.Common.dll
    Syntax
    public abstract class AsyncEventTimeoutException : Exception, ISerializable

    Properties

    | Improve this Doc View Source

    Event

    Gets the event the invocation of which caused the timeout.

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

    Handler

    Gets the handler which caused the timeout.

    Declaration
    public AsyncEventHandler<object, AsyncEventArgs> Handler { get; }
    Property Value
    Type Description
    AsyncEventHandler<System.Object, AsyncEventArgs>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems