Class BaseExceptionEventArgs
public abstract class BaseExceptionEventArgs : AsyncEventArgs
- Inheritance
-
BaseExceptionEventArgs
- Derived
- Inherited Members
Constructors
BaseExceptionEventArgs(IDictionary<string, object>, Exception, CancellationToken)
Wrap an exception thrown by a callback.
protected BaseExceptionEventArgs(IDictionary<string, object> detail, Exception exception, CancellationToken cancellationToken = default)
Parameters
detail
IDictionary<string, object>exception
ExceptioncancellationToken
CancellationToken
Fields
Detail
Access helpful information about the context in which the wrapped exception was thrown.
public readonly IDictionary<string, object> Detail
Field Value
Exception
Access the wrapped exception.
public readonly Exception Exception