Table of Contents

Class RuleExecutionFailureException

Namespace
Fluxzy.Rules
Assembly
Fluxzy.Core.dll
public class RuleExecutionFailureException : Exception, ISerializable
Inheritance
RuleExecutionFailureException
Implements
Inherited Members
Extension Methods

Constructors

RuleExecutionFailureException(string)

public RuleExecutionFailureException(string message)

Parameters

message string

RuleExecutionFailureException(string, Exception)

public RuleExecutionFailureException(string message, Exception innerException)

Parameters

message string
innerException Exception