Click or drag to resize
BusLoggingNotifyError Method (Exception, Object)
Notifies the error.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected override void NotifyError(
	Exception cause,
	Object message
)

Parameters

cause
Type: SystemException
The cause.
message
Type: SystemObject
The message.
See Also