csharp
public sealed class BundleUnavailableExceptionA 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 BundleWhich 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