C# Class ProcessIsolation.Shared.CommandException

Inheritance: Exception
Afficher le fichier Open project: cklutz/ProcessIsolation

Méthodes publiques

Méthode Description
CommandException ( ) : System
CommandException ( string message ) : System
CommandException ( string message, Exception innerException ) : System

Method Details

CommandException() public méthode

public CommandException ( ) : System
Résultat System

CommandException() public méthode

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

CommandException() public méthode

public CommandException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System