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