Click or drag to resize
Accord.NET (logo)

AudioException Constructor (String, Exception)

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,
	Exception innerException
)
Request Example View Source

Parameters

message
Type: SystemString
Message providing some additional information.
innerException
Type: SystemException
The exception that is the cause of the current exception.
See Also