Click or drag to resize
Akka.NETLoggerInitializationException Constructor (String)
Initializes a new instance of the LoggerInitializationException class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public LoggerInitializationException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also