C# Class GPURepair.Repair.Exceptions.SummaryGeneratorException

Inheritance: Exception
Show file Open project: cs17resch01003/gpurepair

Public Methods

Method Description
SummaryGeneratorException ( string message ) : System

The constructor.

Method Details

SummaryGeneratorException() public method

The constructor.
public SummaryGeneratorException ( string message ) : System
message string The error message.
return System