C# Class IronPython.Runtime.Exceptions.PythonException

Inheritance: System.Exception, IPythonAwareException
ファイルを表示 Open project: jschementi/iron

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
PythonException ( SerializationInfo info, StreamingContext context ) : System

Method Details

PythonException() public method

public PythonException ( ) : System
return System

PythonException() protected method

protected PythonException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

PythonException() public method

public PythonException ( string msg ) : System
msg string
return System

PythonException() public method

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