QHNotificationEvent Constructor
Constructor.
Namespace: Quine.HRCatalogAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public QHNotificationEvent(
QHMessage hMessage,
Exception exn,
params Object[] args
)
Parameters
- hMessage QHMessage
- Structured message to log.
- exn Exception
- Exception wrapped in this event. Pass null when none.
- args Object
- Parameters to fill in the event message.