Search Results for

    Show / Hide Table of Contents

    Class ConfigurationException

    The exception that is thrown when a configuration is invalid.

    Inheritance
    object
    Exception
    AkkaException
    ConfigurationException
    Implements
    ISerializable
    Inherited Members
    AkkaException.Cause
    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: Akka.Configuration
    Assembly: Akka.dll
    Syntax
    public class ConfigurationException : AkkaException, ISerializable

    Constructors

    | Edit this page View Source

    ConfigurationException(SerializationInfo, StreamingContext)

    Initializes a new instance of the ConfigurationException class.

    Declaration
    protected ConfigurationException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The object that holds the serialized object data.

    StreamingContext context

    The contextual information about the source or destination.

    | Edit this page View Source

    ConfigurationException(string)

    Initializes a new instance of the ConfigurationException class.

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

    The message that describes the error.

    | Edit this page View Source

    ConfigurationException(string, Exception)

    Initializes a new instance of the ConfigurationException class.

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

    The message that describes the error.

    Exception exception

    The exception that is the cause of the current exception.

    Methods

    | Edit this page View Source

    NullOrEmptyConfig<T>(string)

    Declaration
    public static ConfigurationException NullOrEmptyConfig<T>(string path = null)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    ConfigurationException
    Type Parameters
    Name Description
    T

    Implements

    ISerializable

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET