Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ConnectionStringException

    Represents an exception thrown for connection string related errors.

    Inheritance
    object
    Exception
    BaseException
    ConfigurationException
    ConnectionStringException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    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: Innovt.Data.Exceptions
    Assembly: Innovt.Data.dll
    Syntax
    [Serializable]
    public class ConnectionStringException : ConfigurationException, ISerializable

    Constructors

    | Edit this page View Source

    ConnectionStringException(string)

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

    Declaration
    public ConnectionStringException(string message)
    Parameters
    Type Name Description
    string message

    The error message that explains the reason for the exception.

    Implements

    ISerializable

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX