C# Class IronPython.Runtime.Exceptions.RuntimeWarningException

Inheritance: WarningException, IPythonAwareException
Mostra file Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

RuntimeWarningException() public method

public RuntimeWarningException ( ) : System
return System

RuntimeWarningException() protected method

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

RuntimeWarningException() public method

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

RuntimeWarningException() public method

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