C# Class Aeon.Emulator.EndOfProgramException

Exception thrown when the emulated process should terminate.
Inheritance: Exception
Show file Open project: gregdivis/Aeon

Public Methods

Method Description
EndOfProgramException ( ) : System

Initializes a new instance of the EndOfProgramException class.

Method Details

EndOfProgramException() public method

Initializes a new instance of the EndOfProgramException class.
public EndOfProgramException ( ) : System
return System