Click or drag to resize
Accord.NET (logo)

AudioException Constructor (String)

Initializes a new instance of the AudioException class.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
public AudioException(
	string message
)
Request Example View Source

Parameters

message
Type: SystemString
Exception's message.
See Also