Vixen
02b45cc4

ContentTransportException

class Core/Vixen.Assets/ContentTransport.cs:60
csharp
public sealed class ContentTransportException

A URL that 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 Url

    Which URL.

Methods (1)

  • public ContentTransportException(string url, string reason, Exception? inner = null)

    A URL that could not be fetched.

Used by (7)

  • BundleCacheVixen.Assets
  • BundleCacheTestsVixen.Assets.Tests
  • ContentUpdateVixen.Assets
  • FakeContentTransportVixen.Assets.Tests
  • HttpContentTransportVixen.Assets
  • HttpContentTransportTestsVixen.Assets.Tests
  • FakeContentTransportVixen.App.Tests