C# Class IronPython.Runtime.UnboundLocalException

Inheritance: UnboundNameException
Datei anzeigen Open project: jschementi/iron

Public Methods

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

Protected Methods

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

Method Details

UnboundLocalException() public method

public UnboundLocalException ( ) : System
return System

UnboundLocalException() protected method

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

UnboundLocalException() public method

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

UnboundLocalException() public method

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