Click or drag to resize
Error Constructor
Initializes a new instance of the Error class.

Namespace: Akka.Event
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Error(
	Exception cause,
	string logSource,
	Type logClass,
	Object message
)

Parameters

cause
Type: SystemException
The cause.
logSource
Type: SystemString
The log source.
logClass
Type: SystemType
The log class.
message
Type: SystemObject
The message.
See Also