C# Class Jellyfish.Commands.CommandRuntimeException

Inheritance: System.SystemException
Mostra file Open project: Zenasoft/Jellyfish.Commands

Public Methods

Method Description
CommandRuntimeException ( FailureType failure, string commandName, string message, Exception ex, Exception fallbackException ) : System

Method Details

CommandRuntimeException() public method

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
return System