C# Class RTools.Util.StreamTokenizerUntermCommentException

Exception class for unterminated block comments.
Inheritance: StreamTokenizerUntermException
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
StreamTokenizerUntermCommentException ( string msg ) : System

Construct with a particular message.

Method Details

StreamTokenizerUntermCommentException() public method

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