Skip to main content Link Menu Expand (external link) Document Search Copy Copied

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Exceptions

MissingRequiredOptionsChildElementException Class

An exception that specifies that none of the choices of required child components were added.

public class MissingRequiredOptionsChildElementException : System.Exception

Inheritance System.Object 🡒 System.Exception 🡒 MissingRequiredOptionsChildElementException

Constructors

MissingRequiredOptionsChildElementException(string, IEnumerable) Constructor

Generates a new MissingRequiredOptionsChildElementException

public MissingRequiredOptionsChildElementException(string parentType, System.Collections.Generic.IEnumerable<string> options);

Parameters

parentType System.String

The parent type which requires one child out of a collection of options.

options System.Collections.Generic.IEnumerable<System.String>

The potential required children, none of which were present.