Click or drag to resize
Infosoft Logo

InvalidConfigurationOverrideFault Class

A fault indicating that an attempt was made to override a configuration in a way that isn't allowed.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.ConfigurationsInvalidConfigurationOverrideFault

Namespace: Infosoft.Common.Contracts.FaultContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class InvalidConfigurationOverrideFault

The InvalidConfigurationOverrideFault type exposes the following members.

Properties
 NameDescription
Public propertyConfigurationIdentifier Gets or sets the unique identifier of the configuration for which the override failed.
Public propertyConfigurationOverrideIdentifier Gets or sets an object that identifies the override options that were invalid.
Public propertyCode exampleInvalidTypes Gets or sets a value that indicates which overrides were invalid.
Top
See Also