Skip to content

Compono.CompositionConfigurationException.Errors

Compono

Compono.CompositionConfigurationException

CompositionConfigurationException.Errors Property

Every conflict found - always at least one. A genuinely immutable snapshot (Compono.ImmutableSnapshot) taken at construction, never the caller-supplied list itself and never a plain array a caller could cast back to and mutate - it can never drift from the already-rendered System.Exception.Message, which is derived from this exact same snapshot.

public System.Collections.Generic.IReadOnlyList<Compono.CompositionConfigurationError> Errors { get; }

Property Value

System.Collections.Generic.IReadOnlyList<CompositionConfigurationError>