C# Class IronPython.Runtime.Exceptions.SystemExitException

Inheritance: System.Exception
Show file Open project: jschementi/iron Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetExitCode ( object &otherCode ) : int
SystemExitException ( SerializationInfo info, StreamingContext context ) : System

Method Details

SystemExitException() public method

public SystemExitException ( ) : System
return System

SystemExitException() public method

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

SystemExitException() public method

public SystemExitException ( string message, Exception innerException ) : System
message string
innerException Exception
return System