Search Results for

    Show / Hide Table of Contents

    Class YeSqlLoaderException

    The exception is thrown when there are one or more errors during the process of loading SQL files using the YeSqlLoader class.

    Inheritance
    Object
    Exception
    YeSqlLoaderException
    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 YeSqlLoaderException : Exception, ISerializable

    Constructors

    Name Description
    YeSqlLoaderException()

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

    YeSqlLoaderException(String)

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

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