Show / Hide Table of Contents

Class ConfigException

Exception related to reading config values.

Inheritance
System.Object
ConfigException
Namespace: Celerik.NetCore.Services
Assembly: cs.temp.dll.dll
Syntax
public class ConfigException : Exception

Constructors

ConfigException()

Initializes a new ConfigException.

Declaration
public ConfigException()

ConfigException(SerializationInfo, StreamingContext)

Initializes a new ConfigException.

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

The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.

StreamingContext context

The StreamingContext that contains contextual information about the source or destination.

ConfigException(String)

Initializes a new ConfigException.

Declaration
public ConfigException(string message)
Parameters
Type Name Description
System.String message

The message that describes the error.

ConfigException(String, Exception)

Initializes a new ConfigException.

Declaration
public ConfigException(string message, Exception innerException)
Parameters
Type Name Description
System.String message

The message that describes the error.

Exception innerException

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

In This Article
Back to top Generated by DocFX