C# Class ShellScript.Core.Language.Compiler.PreProcessors.PreProcessorException

Inheritance: ParserException
显示文件 Open project: amkherad/ShellScript

Public Methods

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

Method Details

PreProcessorException() public method

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

PreProcessorException() public method

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