Skip to content

Class InvalidConfigurationException

Namespace: Void.Proxy.Api.Configurations.Exceptions
Assembly: Void.Proxy.Api.dll

Represents an error raised when configuration data cannot be serialized, parsed, or mapped to the expected configuration type.

public class InvalidConfigurationException : Exception, ISerializable

Inheritance

objectExceptionInvalidConfigurationException

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.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

InvalidConfigurationException(string)

Represents an error raised when configuration data cannot be serialized, parsed, or mapped to the expected configuration type.

public InvalidConfigurationException(string message)

Parameters

message string

The detail message describing the configuration failure.