dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Exceptions

MissingConditionallyRequiredChildElementException Class

An exception that specifies that a specific child component/parameter must be added when another specific parameter is assigned.

public class MissingConditionallyRequiredChildElementException : System.Exception

Inheritance System.Object 🡒 System.Exception 🡒 MissingConditionallyRequiredChildElementException

Constructors

MissingConditionallyRequiredChildElementException(string, string, string) Constructor

An exception that specifies that a specific child component/parameter must be added when another specific parameter is assigned.

public MissingConditionallyRequiredChildElementException(string parentType, string assignedParameter, string childType);

Parameters

parentType System.String

The parent type.

assignedParameter System.String

A parameter which, when assigned, requires another parameter as well.

childType System.String

The missing required child type/parameter.