C# Class PKStudio.Tools.uVisionGenerator.Classes.HelpClasses.KeilProjectGeneratorException

Inheritance: System.Exception
显示文件 Open project: AlexandrSurkov/PKStudio

Public Methods

Method Description
KeilProjectGeneratorException ( ) : System
KeilProjectGeneratorException ( string message ) : System
KeilProjectGeneratorException ( string message, Exception inner ) : System

Protected Methods

Method Description
KeilProjectGeneratorException ( System info, System context ) : System

Method Details

KeilProjectGeneratorException() public method

public KeilProjectGeneratorException ( ) : System
return System

KeilProjectGeneratorException() protected method

protected KeilProjectGeneratorException ( System info, System context ) : System
info System
context System
return System

KeilProjectGeneratorException() public method

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

KeilProjectGeneratorException() public method

public KeilProjectGeneratorException ( string message, Exception inner ) : System
message string
inner System.Exception
return System