C# Class IronPython.Runtime.Exceptions.FloatingPointException

Inheritance: System.Exception, IPythonAwareException
Datei anzeigen Open project: jschementi/iron

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

FloatingPointException() public method

public FloatingPointException ( ) : System
return System

FloatingPointException() protected method

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

FloatingPointException() public method

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

FloatingPointException() public method

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