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

Inheritance: ParserException
Afficher le fichier Open project: amkherad/ShellScript

Méthodes publiques

Méthode Description
PreProcessorException ( string message ) : System
PreProcessorException ( string message, Exception innerException ) : System

Method Details

PreProcessorException() public méthode

public PreProcessorException ( string message ) : System
message string
Résultat System

PreProcessorException() public méthode

public PreProcessorException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System