C# Class MvcArch.Core.BusinessRuleException

Inheritance: System.Exception
显示文件 Open project: fmichellonet/MVCArch

Public Methods

Method Description
BusinessRuleException ( IEnumerable rules ) : System
BusinessRuleException ( string ruleName ) : System
BusinessRuleException ( string ruleName, string message ) : System

Method Details

BusinessRuleException() public method

public BusinessRuleException ( IEnumerable rules ) : System
rules IEnumerable
return System

BusinessRuleException() public method

public BusinessRuleException ( string ruleName ) : System
ruleName string
return System

BusinessRuleException() public method

public BusinessRuleException ( string ruleName, string message ) : System
ruleName string
message string
return System