Class AudioMixerEffectLoopReflectionException
Raised when the internal Unity AudioMixer API cannot be reached as expected — almost always
because the (undocumented) internal API changed in a Unity version. The message always names the
running Unity version so maintainers can pinpoint the break.
Inheritance
AudioMixerEffectLoopReflectionException
Assembly: Serenity.UnitySoundMixer.Infrastructure.Editor.dll
Syntax
public sealed class AudioMixerEffectLoopReflectionException : Exception, ISerializable, _Exception
Constructors
AudioMixerEffectLoopReflectionException(string)
Declaration
public AudioMixerEffectLoopReflectionException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
AudioMixerEffectLoopReflectionException(string, Exception)
Declaration
public AudioMixerEffectLoopReflectionException(string message, Exception inner)
Parameters
Implements