C# Class ZXMAK2.Hardware.Adlers.CommandParseException

Inheritance: ApplicationException
显示文件 Open project: zxmak/ZXMAK2

Public Methods

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

Method Details

CommandParseException() public method

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

CommandParseException() public method

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