Vixen
02b45cc4

BundleUnavailableException

class Core/Vixen.Assets/BundleSource.cs:78
csharp
public sealed class BundleUnavailableException

A bundle that is not on the device and could not be fetched.

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

Fields and properties (1)

  • public string Bundle

    Which bundle.

Methods (1)

  • public BundleUnavailableException(string bundle, string reason, Exception? inner = null)

    A bundle that is not on the device and could not be fetched.

Used by (6)

  • AssetManagerTestsVixen.Assets.Tests
  • BundleCacheVixen.Assets
  • BundleCacheTestsVixen.Assets.Tests
  • IBundleSourceVixen.Assets
  • LocalBundleSourceVixen.Assets
  • RemoteContentTestsVixen.Assets.Tests