C# Class IronPython.Runtime.Exceptions.RuntimeException

Inheritance: System.Exception, IPythonAwareException
显示文件 Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

RuntimeException() public method

public RuntimeException ( ) : System
return System

RuntimeException() protected method

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

RuntimeException() public method

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

RuntimeException() public method

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