C# Class Common.Domain.DomainInvariantViolatedException

Inheritance: System.Exception
显示文件 Open project: KrzysztofBranicki/hexagonal-architecture-sample

Public Methods

Method Description
DomainInvariantViolatedException ( string message, string relatedMember = null ) : System

Method Details

DomainInvariantViolatedException() public method

public DomainInvariantViolatedException ( string message, string relatedMember = null ) : System
message string
relatedMember string
return System