C# Class Sequin.Infrastructure.CommandHandlerException

Inheritance: System.Exception
ファイルを表示 Open project: sequin/sequin

Protected Methods

Method Description
CommandHandlerException ( Type commandType, string message ) : System

Method Details

CommandHandlerException() protected method

protected CommandHandlerException ( Type commandType, string message ) : System
commandType System.Type
message string
return System