C# Class ProcessIsolation.Shared.CommandException

Inheritance: Exception
Exibir arquivo Open project: cklutz/ProcessIsolation

Public Methods

Method Description
CommandException ( ) : System
CommandException ( string message ) : System
CommandException ( string message, Exception innerException ) : System

Method Details

CommandException() public method

public CommandException ( ) : System
return System

CommandException() public method

public CommandException ( string message ) : System
message string
return System

CommandException() public method

public CommandException ( string message, Exception innerException ) : System
message string
innerException Exception
return System