C# Class IronPython.Runtime.Exceptions.ObjectException

Inheritance: System.Exception, IPythonException
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
ObjectException ( IronPython.Runtime.Types.PythonType type, object instance ) : System
ObjectException ( string msg ) : System
ObjectException ( string message, Exception innerException ) : System
ToPythonException ( ) : object

Private Methods

Méthode Description
ObjectException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ObjectException() public méthode

public ObjectException ( IronPython.Runtime.Types.PythonType type, object instance ) : System
type IronPython.Runtime.Types.PythonType
instance object
Résultat System

ObjectException() public méthode

public ObjectException ( string msg ) : System
msg string
Résultat System

ObjectException() public méthode

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

ToPythonException() public méthode

public ToPythonException ( ) : object
Résultat object