Vixen
02b45cc4
csharp
public sealed class AudioFormatException

A file that says it is audio and is not readable as any.

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

Remarks

Its own exception rather than InvalidDataException, so the importer can tell "this file is malformed" — which is the author's problem and belongs in a diagnostic against the asset — apart from an I/O failure, which is the machine's problem and is not.

Methods (1)

  • public AudioFormatException(string message)

    A file that says it is audio and is not readable as any.

Used by (3)

  • AudioImporterVixen.Editor.Assets
  • WaveDecoderVixen.Editor.Assets
  • WaveDecoderTestsVixen.Editor.Assets.Tests