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
)
Public Sub New (
message As String,
innerEx As Exception
)
Parameters
- message
- Type: SystemString
The message to display. - innerEx
- Type: SystemException
The inner exception.
See Also