layout: default title: MissingRequiredChildElementException parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Exceptions
MissingRequiredChildElementException Class
An exception that specifies that a required child component was not added to the parent.
public class MissingRequiredChildElementException : System.Exception
Inheritance System.Object 🡒 System.Exception 🡒 MissingRequiredChildElementException
Constructors
MissingRequiredChildElementException(string, string) Constructor
Generates a new MissingRequiredChildElementException
public MissingRequiredChildElementException(string parentType, string childType);
Parameters
parentType
System.String
The parent type with a required child.
childType
System.String
The missing required child type.