Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ConfigurationException

    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.Core.Exceptions
    Assembly: Innovt.Core.dll
    Syntax
    [Serializable]
    public class ConfigurationException : BaseException, ISerializable

    Constructors

    | Edit this page View Source

    ConfigurationException(Exception)

    Initializes a new instance of the ConfigurationException class with a specified inner exception.

    Declaration
    public ConfigurationException(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    The inner exception that caused the configuration issue.

    | Edit this page View Source

    ConfigurationException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ConfigurationException class with serialized data.

    Declaration
    protected ConfigurationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
    Parameters
    Type Name Description
    SerializationInfo serializationInfo

    The SerializationInfo containing serialized object data.

    StreamingContext streamingContext

    The StreamingContext representing the source or destination of the serialized data.

    | Edit this page View Source

    ConfigurationException(string)

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

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

    The error message that describes the issue with the configuration.

    | Edit this page View Source

    ConfigurationException(string, Exception)

    Initializes a new instance of the ConfigurationException class with a specified error message and inner exception.

    Declaration
    public ConfigurationException(string message, Exception ex)
    Parameters
    Type Name Description
    string message

    The error message that describes the issue with the configuration.

    Exception ex

    The inner exception that caused the configuration issue.

    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