Skip to content

sharedlibrarycoreexceptions ConfigurationException

RaidMax edited this page May 21, 2023 · 1 revision

ConfigurationException Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Exceptions
  SharedLibraryCore.Exceptions.ConfigurationException[[ConfigurationException]]
  end
  subgraph System
System.Exception[[Exception]]
  end
System.Exception --> SharedLibraryCore.Exceptions.ConfigurationException
Loading

Members

Properties

Public properties

Type Name Methods
string ConfigurationFileName get, set
string``[] Errors get, set

Details

Inheritance

  • Exception

Constructors

ConfigurationException

Source code

public ConfigurationException(string message)
Arguments
Type Name Description
string message

Properties

Errors

public string Errors { get; set; }

ConfigurationFileName

public string ConfigurationFileName { get; set; }

Generated with ModularDoc

Clone this wiki locally