Class ConfigurationCasingException
Exception thrown when a configuration file name conflicts with an existing file with different casing.
Implements
Inherited Members
Namespace: CrashCABN.TitleConfiguration
Assembly: CrashCABN.TitleConfiguration.dll
Syntax
public class ConfigurationCasingException : ConfigurationException, ISerializable
Constructors
View SourceConfigurationCasingException(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 SourceConflictingFile
Declaration
public string ConflictingFile { get; }
Property Value
Type | Description |
---|---|
string |