C# Class PatchworkLauncher.PatchingProcessException

Inheritance: System.Exception
Show file Open project: GregRos/Patchwork Class Usage Examples

Public Methods

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

Method Details

PatchingProcessException() public method

public PatchingProcessException ( Exception innerException ) : System
innerException System.Exception
return System

PatchingProcessException() public method

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

PatchingProcessException() public method

public PatchingProcessException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System