C# Class CQRSMicroservices.Framework.CommandValidationException

Inheritance: System.Exception
显示文件 Open project: AFASResearch/CQRS-Playground

Public Methods

Method Description
CommandValidationException ( string message ) : System

Method Details

CommandValidationException() public method

public CommandValidationException ( string message ) : System
message string
return System