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
Namespace: DisCatSharp.Common.Utilities
Assembly: DisCatSharp.Common.dll
Syntax
public abstract class AsyncEventTimeoutException : Exception, ISerializable
Properties
| Improve this Doc View SourceEvent
Gets the event the invocation of which caused the timeout.
Declaration
public AsyncEvent Event { get; }
Property Value
Type | Description |
---|---|
AsyncEvent |
Handler
Gets the handler which caused the timeout.
Declaration
public AsyncEventHandler<object, AsyncEventArgs> Handler { get; }
Property Value
Type | Description |
---|---|
AsyncEventHandler<System.Object, AsyncEventArgs> |