C# Class ToyLanguage.Interpreter.Exceptions.RuntimeException

Inheritance: Exception
Mostra file Open project: PoorlyDefinedBehaviour/toy-language-csharp

Public Methods

Method Description
RuntimeException ( string message ) : System

Method Details

RuntimeException() public method

public RuntimeException ( string message ) : System
message string
return System