C# Class Domain.BusinessRuleViolatedException

Inheritance: System.ApplicationException
显示文件 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_oe property

public ErrorCode ErrorCode
return ErrorCode