Click or drag to resize

UserSettingsRequiredException Constructor

Standard constructor.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public UserSettingsRequiredException(
	string message,
	Exception innerEx
)

Parameters

message
Type: SystemString
The message to display.
innerEx
Type: SystemException
The inner exception.
See Also