C# Class RTools.Util.StreamTokenizerUntermQuoteException

Exception class for unterminated quotes.
Inheritance: StreamTokenizerUntermException
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode Description
StreamTokenizerUntermQuoteException ( string msg ) : System

Construct with a particular message.

Method Details

StreamTokenizerUntermQuoteException() public méthode

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