C# 클래스 Jellyfish.Commands.CommandRuntimeException

상속: System.SystemException
파일 보기 프로젝트 열기: Zenasoft/Jellyfish.Commands

공개 메소드들

메소드 설명
CommandRuntimeException ( FailureType failure, string commandName, string message, Exception ex, Exception fallbackException ) : System

메소드 상세

CommandRuntimeException() 공개 메소드

public CommandRuntimeException ( FailureType failure, string commandName, string message, Exception ex, Exception fallbackException ) : System
failure FailureType
commandName string
message string
ex System.Exception
fallbackException System.Exception
리턴 System