UnhandledExceptionInfo
Represents an unhandled exception.
interface UnhandledExceptionInfo<Cause = IEvent | ICommand, Exception = any> {
exception: Exception
cause: Cause
}
Properties
Property | Description |
---|---|
exception: Exception
|
The exception that was thrown. |
cause: Cause
|
The cause of the exception (event or command reference). |