Vixen
02b45cc4

ReferenceNotFoundException

class Core/Vixen.Assets/ContentCatalog.cs:588
csharp
public sealed class ReferenceNotFoundException

A vx: reference this build shipped nothing for.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

⚠ Separate from AddressNotFoundException, because they mean different things. An address nobody shipped is usually a typo in a call somebody wrote. A reference nobody shipped is content: an asset left out of the build, a group that was not packed, or a scene still holding an identity whose asset has been deleted. Nobody typed the identity, so "check the spelling" is the wrong advice and would send them looking in the wrong place.

Fields and properties (1)

Methods (1)

  • public ReferenceNotFoundException(AssetReference reference)

    A vx: reference this build shipped nothing for.

Used by (7)

  • AssetManagerVixen.Assets
  • AssetManagerTestsVixen.Assets.Tests
  • AssetMaterialSourceVixen.Engine.Renderer
  • AssetMeshSourceVixen.Engine.Renderer
  • AssetTextureSourceVixen.Engine.Renderer
  • AssetVfxEffectSourceVixen.Engine.Renderer
  • AssetVirtualGeometrySourceVixen.Engine.Renderer