Click or drag to resize

ConfigurationException Constructor (String, Exception)

Namespace:  Common.Logging
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ConfigurationException(
	string message,
	Exception rootCause
)

Parameters

message
Type: SystemString
rootCause
Type: SystemException
See Also