QHNotificationEvent Constructor

Constructor.

Definition

Namespace: Quine.HRCatalog
Assembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
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.

See Also