Search Results for

    Show / Hide Table of Contents

    Class StreamTokenizerUntermException

    Exception class for unterminated tokens.

    Inheritance
    object
    Exception
    StreamTokenizerUntermException
    StreamTokenizerUntermCommentException
    StreamTokenizerUntermQuoteException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: RTools_NTS.Util
    Assembly: NetTopologySuite.dll
    Syntax
    public class StreamTokenizerUntermException : Exception, ISerializable

    Constructors

    | Edit this page View Source

    StreamTokenizerUntermException(string)

    Construct with a particular message.

    Declaration
    public StreamTokenizerUntermException(string msg)
    Parameters
    Type Name Description
    string msg

    The message to store in this object.

    Implements

    ISerializable
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX