MixerException Constructor |
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public MixerException(
int errorCode
)
Public Sub New (
errorCode As Integer
)
public:
MixerException(
int errorCode
)
Parameters
- errorCode
- Type: SystemInt32
The error code.
See Also