layout: default title: MissingMapViewReferenceException parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

MissingMapViewReferenceException Class

Exception raised if an external component is missing a required reference to a MapView

public class MissingMapViewReferenceException : System.Exception

Inheritance System.Object 🡒 System.Exception 🡒 MissingMapViewReferenceException

Constructors

MissingMapViewReferenceException(string) Constructor

Exception raised if an external component is missing a required reference to a MapView

public MissingMapViewReferenceException(string message);

Parameters

message System.String