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