BusLoggingNotifyError Method (Exception, Object) |
Notifies the error.
Namespace: Akka.EventAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxprotected override void NotifyError(
Exception cause,
Object message
)
Protected Overrides Sub NotifyError (
cause As Exception,
message As Object
)
protected:
virtual void NotifyError(
Exception^ cause,
Object^ message
) override
abstract NotifyError :
cause : Exception *
message : Object -> unit
override NotifyError :
cause : Exception *
message : Object -> unit
Parameters
- cause
- Type: SystemException
The cause. - message
- Type: SystemObject
The message.
See Also