Table of Contents

Class RuleAssertionException

Namespace
NRules.Testing
Assembly
NRules.Testing.dll

Exception that represents a violation of rule firing expectations.

[Serializable]
public class RuleAssertionException : Exception, ISerializable
Inheritance
RuleAssertionException
Implements
Inherited Members

Constructors

RuleAssertionException()

Creates a new instance of the RuleAssertionException.

public RuleAssertionException()

RuleAssertionException(SerializationInfo, StreamingContext)

protected RuleAssertionException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

RuleAssertionException(string)

Creates a new instance of the RuleAssertionException with the specified message.

public RuleAssertionException(string message)

Parameters

message string

Message that describes the reason of the assertion exception.