C# Class IronPythonMef.IronPythonFile.PythonException

Inheritance: System.Exception
Mostrar archivo Open project: JogoShugh/IronPythonMef

Public Methods

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

Method Details

PythonException() public method

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