C# Класс TJ.CQRS.Exceptions.UnregisteredCommandException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
UnregisteredCommandException ( ) : System
UnregisteredCommandException ( string message ) : System

Описание методов

UnregisteredCommandException() публичный Метод

public UnregisteredCommandException ( ) : System
Результат System

UnregisteredCommandException() публичный Метод

public UnregisteredCommandException ( string message ) : System
message string
Результат System