C# Class IronPython.Runtime.Exceptions.StopIterationException

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

Private Properties

Property Type Description
GetObjectData void

Public Methods

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

Protected Methods

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

Private Methods

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

Method Details

StopIterationException() public method

public StopIterationException ( ) : System
return System

StopIterationException() protected method

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

StopIterationException() public method

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

StopIterationException() public method

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