Click or drag to resize
LoggingAdapterBaseNotifyError Method (Exception, Object)

[Missing <summary> documentation for "M:Akka.Event.LoggingAdapterBase.NotifyError(System.Exception,System.Object)"]

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

Parameters

cause
Type: SystemException

[Missing <param name="cause"/> documentation for "M:Akka.Event.LoggingAdapterBase.NotifyError(System.Exception,System.Object)"]

message
Type: SystemObject

[Missing <param name="message"/> documentation for "M:Akka.Event.LoggingAdapterBase.NotifyError(System.Exception,System.Object)"]

See Also