C# Class IronPython.Runtime.Exceptions.PythonException

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

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

Method Details

PythonException() public méthode

public PythonException ( ) : System
Résultat System

PythonException() protected méthode

protected PythonException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

PythonException() public méthode

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

PythonException() public méthode

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