Class StreamTokenizerUntermCommentException
Exception class for unterminated block comments.
Implements
Inherited Members
Namespace: RTools_NTS.Util
Assembly: NetTopologySuite.dll
Syntax
public class StreamTokenizerUntermCommentException : StreamTokenizerUntermException, ISerializable
Constructors
| Edit this page View SourceStreamTokenizerUntermCommentException(string)
Construct with a particular message.
Declaration
public StreamTokenizerUntermCommentException(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg | The message to store in this object. |