Table of Contents

Class BadConfigurationException

Namespace
RDCore.SDK.Client
Assembly
RDCore.SDK.dll

This exception is thrown when the application is misconfigured and cannot be started.

public class BadConfigurationException : SdkException, ISerializable
Inheritance
BadConfigurationException
Implements
Derived
Inherited Members

Constructors

BadConfigurationException(string, string?, Exception?)

This exception is thrown when the application is misconfigured and cannot be started.

public BadConfigurationException(string message, string? verbose, Exception? inner = null)

Parameters

message string

The message of this exception.

verbose string

The verbose message for this exception.

inner Exception

An inner exception, if there is one.