|
UnsupportedSampleFormatException Constructor (String, String)
|
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax public UnsupportedSampleFormatException(
string message,
string paramName
)
Public Sub New (
message As String,
paramName As String
)
Request Example
View SourceParameters
- message
- Type: SystemString
Message providing some additional information. - paramName
- Type: SystemString
Name of the invalid parameter.
See Also