Class RuleWrightException
- Namespace
- RuleWright.Core
- Assembly
- RuleWright.Core.dll
Base type for all exceptions thrown by RuleWright libraries.
public class RuleWrightException : Exception, ISerializable
- Inheritance
-
RuleWrightException
- Implements
- Derived
- Inherited Members
Constructors
- RuleWrightException(string)
Creates the exception with a message.
- RuleWrightException(string, Exception)
Creates the exception with a message and inner exception.