Search Results for

    Show / Hide Table of Contents

    Class YeSqlParserException

    The exception is thrown when there are one or more errors while parsing a data source (e.g., SQL file) using the YeSqlParser.

    Inheritance
    Object
    Exception
    YeSqlParserException
    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: YeSql.Net
    Assembly: YeSql.Net.dll
    Syntax
    public class YeSqlParserException : Exception, ISerializable

    Constructors

    Name Description
    YeSqlParserException()

    Initializes a new instance of the YeSqlParserException class with a default error message.

    YeSqlParserException(String)

    Initializes a new instance of the YeSqlParserException class with the a specified error message.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 YeSQL.NET