C# Class Aeon.Emulator.EndOfProgramException

Exception thrown when the emulated process should terminate.
Inheritance: Exception
Afficher le fichier Open project: gregdivis/Aeon

Méthodes publiques

Méthode Description
EndOfProgramException ( ) : System

Initializes a new instance of the EndOfProgramException class.

Method Details

EndOfProgramException() public méthode

Initializes a new instance of the EndOfProgramException class.
public EndOfProgramException ( ) : System
Résultat System