C# Class RTools.Util.StreamTokenizerUntermException

Exception class for unterminated tokens.
Inheritance: System.Exception
ファイルを表示 Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
StreamTokenizerUntermException ( string msg ) : System

Construct with a particular message.

Method Details

StreamTokenizerUntermException() public method

Construct with a particular message.
public StreamTokenizerUntermException ( string msg ) : System
msg string The message to store in this object.
return System