  | ConfigurationException Constructor (String) | 
  
    Namespace: 
   Akka.Configuration
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntaxpublic ConfigurationException(
	string message
)
new : 
        message : string -> ConfigurationExceptionParameters
- message
 - Type: SystemString
The message that describes the error. 
See Also