Show / Hide Table of Contents

Class ConfigurationCasingException

Exception thrown when a configuration file name conflicts with an existing file with different casing.

Inheritance
object
Exception
ConfigurationException
ConfigurationCasingException
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.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.dll
Syntax
public class ConfigurationCasingException : ConfigurationException, ISerializable

Constructors

View Source

ConfigurationCasingException(string)

Exception thrown when a configuration file name conflicts with an existing file with different casing.

Declaration
public ConfigurationCasingException(string conflictingFile)
Parameters
Type Name Description
string conflictingFile

Properties

View Source

ConflictingFile

Declaration
public string ConflictingFile { get; }
Property Value
Type Description
string

Implements

ISerializable
  • View Source
In this article
Back to top Generated by DocFX