C# Class IronPython.Runtime.UnboundLocalException

Inheritance: UnboundNameException
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

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

Méthodes protégées

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

Method Details

UnboundLocalException() public méthode

public UnboundLocalException ( ) : System
Résultat System

UnboundLocalException() protected méthode

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

UnboundLocalException() public méthode

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

UnboundLocalException() public méthode

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