C# Class Domain.BusinessRuleViolatedException

Inheritance: System.ApplicationException
Show file Open project: jletroui/CQRSWorkshop

Public Properties

Property Type Description
ErrorCode ErrorCode

Public Methods

Method Description
BusinessRuleViolatedException ( ErrorCode errorCode ) : System

Method Details

BusinessRuleViolatedException() public method

public BusinessRuleViolatedException ( ErrorCode errorCode ) : System
errorCode ErrorCode
return System

Property Details

ErrorCode public property

public ErrorCode ErrorCode
return ErrorCode