layout: default title: UnMatchedTargetNameException parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Exceptions

UnMatchedTargetNameException Class

This exception is thrown when a watchExpression’s target object name doesn’t match the targetName parameter.

public class UnMatchedTargetNameException : System.Exception

Inheritance System.Object 🡒 System.Exception 🡒 UnMatchedTargetNameException

Constructors

UnMatchedTargetNameException(string, string) Constructor

Creates a new UnMatchedTargetNameException

public UnMatchedTargetNameException(string targetName, string watchExpression);

Parameters

targetName System.String

The targetName parameter from the throwing method.

watchExpression System.String

The watchExpression parameter from the throwing method.