Click or drag to resize
Accord.NET (logo)

UnsupportedSampleFormatException Constructor (String, String)

Initializes a new instance of the UnsupportedSampleFormatException class.

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

Parameters

message
Type: SystemString
Message providing some additional information.
paramName
Type: SystemString
Name of the invalid parameter.
See Also