C# Class RTools.Util.StreamTokenizerUntermException

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

Méthodes publiques

Méthode Description
StreamTokenizerUntermException ( string msg ) : System

Construct with a particular message.

Method Details

StreamTokenizerUntermException() public méthode

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