C# Class CodeValue.CodeCommander.Exceptions.CommandProcessorException

Inheritance: System.Exception
Afficher le fichier Open project: arielbh/CodeCommander

Méthodes publiques

Méthode Description
CommandProcessorException ( ) : System
CommandProcessorException ( string message ) : System
CommandProcessorException ( string message, Exception inner ) : System

Méthodes protégées

Méthode Description
CommandProcessorException ( System info, System context ) : System

Method Details

CommandProcessorException() public méthode

public CommandProcessorException ( ) : System
Résultat System

CommandProcessorException() protected méthode

protected CommandProcessorException ( System info, System context ) : System
info System
context System
Résultat System

CommandProcessorException() public méthode

public CommandProcessorException ( string message ) : System
message string
Résultat System

CommandProcessorException() public méthode

public CommandProcessorException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System