Search Results for

    Show / Hide Table of Contents

    Class ConfigurationException

    Thrown when the SeclaiClient cannot be constructed due to missing or invalid configuration (e.g. no API key).

    Inheritance
    object
    Exception
    ConfigurationException
    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
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    Namespace: Seclai.Exceptions
    Assembly: Seclai.dll
    Syntax
    public sealed class ConfigurationException : Exception, ISerializable

    Constructors

    ConfigurationException(string)

    Creates a ConfigurationException with the given message.

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

    Implements

    ISerializable
    In this article
    Back to top Generated by DocFX