Vixen
caa30e12
csharp
public sealed class DefinitionNotFoundException

A definition an id named and the catalog does not have.

Read the guide page for this →

Remarks

Its own type rather than KeyNotFoundException because it is nearly always one of two specific things — content that was not built, or a peer running a different build — and a handler that wants to answer differently for those needs to be able to catch it apart from everything else a dictionary throws.

Methods (3)

  • public DefinitionNotFoundException()

    Makes one.

  • public DefinitionNotFoundException(string message)

    Makes one.

  • public DefinitionNotFoundException(string message, Exception innerException)

    Makes one.

Used by (7)

  • AbilityLibraryVixen.Gameplay.Combat
  • DefinitionRegistryVixen.Gameplay
  • DefinitionRegistryTestsVixen.Gameplay.Tests
  • ItemLibraryVixen.Gameplay.Items
  • ItemLibraryTestsVixen.Gameplay.Items.Tests
  • LootLibraryVixen.Gameplay.Loot
  • WeaponLibraryVixen.Gameplay.Shooting