C# Class IronPythonMef.IronPythonFile.SyntaxErrorExceptionPrettyWrapper

Inheritance: PythonException
Mostrar archivo Open project: JogoShugh/IronPythonMef

Public Methods

Method Description
SyntaxErrorExceptionPrettyWrapper ( string message, SyntaxErrorException innerException ) : System

Method Details

SyntaxErrorExceptionPrettyWrapper() public method

public SyntaxErrorExceptionPrettyWrapper ( string message, SyntaxErrorException innerException ) : System
message string
innerException Microsoft.Scripting.SyntaxErrorException
return System