C# Класс Sequin.Discovery.CommandConstructionException

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

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

Метод Описание
CommandConstructionException ( string message, Type commandType, string body, Exception innerException ) : System

Приватные методы

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

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

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

public CommandConstructionException ( string message, Type commandType, string body, Exception innerException ) : System
message string
commandType System.Type
body string
innerException System.Exception
Результат System