Aeon.Emulator.EndOfProgramException.EndOfProgramException C# (CSharp) Method

EndOfProgramException() public method

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