C# Class RTools.Util.StreamTokenizerUntermQuoteException

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

Public Methods

Method Description
StreamTokenizerUntermQuoteException ( string msg ) : System

Construct with a particular message.

Method Details

StreamTokenizerUntermQuoteException() public method

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