C# Class IronPython.Runtime.UnboundNameException

Inheritance: System.Exception
Mostrar archivo Open project: jschementi/iron

Public Methods

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

Protected Methods

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

Method Details

UnboundNameException() public method

public UnboundNameException ( ) : System
return System

UnboundNameException() protected method

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

UnboundNameException() public method

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

UnboundNameException() public method

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