Table of Contents

Class AsyncEventTimeoutException

Namespace
DisCatSharp.Common.Utilities
Assembly
DisCatSharp.Common.dll

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

public abstract class AsyncEventTimeoutException : Exception, ISerializable
Inheritance
AsyncEventTimeoutException
Implements
Derived
Inherited Members
Extension Methods

Properties

Event

Gets the event the invocation of which caused the timeout.

Handler

Gets the handler which caused the timeout.