C# Class RTools.Util.StreamTokenizerUntermCommentException

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

Méthodes publiques

Méthode Description
StreamTokenizerUntermCommentException ( string msg ) : System

Construct with a particular message.

Method Details

StreamTokenizerUntermCommentException() public méthode

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