C# Class Binboo.Core.Exceptions.InvalidCommandArgumentsException

Inheritance: System.Exception
Mostra file Open project: adrianoc/binboo

Public Methods

Method Description
InvalidCommandArgumentsException ( string msg ) : System
InvalidCommandArgumentsException ( string msg, Exception innerException ) : System

Method Details

InvalidCommandArgumentsException() public method

public InvalidCommandArgumentsException ( string msg ) : System
msg string
return System

InvalidCommandArgumentsException() public method

public InvalidCommandArgumentsException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
return System