C# 클래스 Sequin.Discovery.CommandConstructionException

상속: System.Exception
파일 보기 프로젝트 열기: sequin/sequin

공개 메소드들

메소드 설명
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