C# Class Prototype.Xilinx.Uploader.ShieldConfiguration.ShieldConfigurationException

Inheritance: System.Exception
ファイルを表示 Open project: wramsdell/FPGA-Loader

Public Methods

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

Method Details

ShieldConfigurationException() public method

public ShieldConfigurationException ( ) : System
return System

ShieldConfigurationException() public method

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

ShieldConfigurationException() public method

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