Click or drag to resize
Akka.NETFailureInjectorException Constructor
Initializes a new instance of the FailureInjectorException class.

Namespace:  Akka.Remote.Transport
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public FailureInjectorException(
	string msg
)

Parameters

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