Constructor RuleWrightException
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
RuleWrightException(string)
Creates the exception with a message.
public RuleWrightException(string message)
Parameters
messagestringThe error message.
RuleWrightException(string, Exception)
Creates the exception with a message and inner exception.
public RuleWrightException(string message, Exception innerException)