C# Class Sequin.Discovery.CommandConstructionException

Inheritance: System.Exception
Afficher le fichier Open project: sequin/sequin

Méthodes publiques

Méthode Description
CommandConstructionException ( string message, Type commandType, string body, Exception innerException ) : System

Private Methods

Méthode Description
FormatErrorMessage ( string message ) : string

Method Details

CommandConstructionException() public méthode

public CommandConstructionException ( string message, Type commandType, string body, Exception innerException ) : System
message string
commandType System.Type
body string
innerException System.Exception
Résultat System