C# Class Binboo.Core.Exceptions.InvalidCommandArgumentsException

Inheritance: System.Exception
Afficher le fichier Open project: adrianoc/binboo

Méthodes publiques

Méthode Description
InvalidCommandArgumentsException ( string msg ) : System
InvalidCommandArgumentsException ( string msg, Exception innerException ) : System

Method Details

InvalidCommandArgumentsException() public méthode

public InvalidCommandArgumentsException ( string msg ) : System
msg string
Résultat System

InvalidCommandArgumentsException() public méthode

public InvalidCommandArgumentsException ( string msg, Exception innerException ) : System
msg string
innerException System.Exception
Résultat System