Click or drag to resize

FluentConfigurationException Class

[This is preliminary documentation and is subject to change.]

Exception which is thrown when something is wrong with the fluent configuration of an object
Inheritance Hierarchy
SystemObject
  SystemException
    SystemApplicationException
      CSInfrastructure.ExceptionsModelExchangerException
        CSInfrastructure.ExceptionsFluentConfigurationException

Namespace:  CSInfrastructure.Exceptions
Assembly:  CSInfrastructure (in CSInfrastructure.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class FluentConfigurationException : ModelExchangerException
Constructors
  NameDescription
Public methodFluentConfigurationException(String)
Create an exception with the provided message
Public methodFluentConfigurationException(String, Exception)
Create an exception with the provided message and inner exception
Top
See Also