C# Class Sequin.Discovery.CommandConstructionException

Inheritance: System.Exception
Mostrar archivo Open project: sequin/sequin

Public Methods

Method Description
CommandConstructionException ( string message, Type commandType, string body, Exception innerException ) : System

Private Methods

Method Description
FormatErrorMessage ( string message ) : string

Method Details

CommandConstructionException() public method

public CommandConstructionException ( string message, Type commandType, string body, Exception innerException ) : System
message string
commandType System.Type
body string
innerException System.Exception
return System