Accord.Audio.UnsupportedSampleFormatException.UnsupportedSampleFormatException C# (CSharp) Method

UnsupportedSampleFormatException() public method

Initializes a new instance of the UnsupportedSampleFormatException class.
public UnsupportedSampleFormatException ( string message, string paramName ) : System
message string Message providing some additional information.
paramName string Name of the invalid parameter.
return System
        public UnsupportedSampleFormatException(string message, string paramName) :
            base(message, paramName) { }

Same methods

UnsupportedSampleFormatException::UnsupportedSampleFormatException ( ) : System
UnsupportedSampleFormatException::UnsupportedSampleFormatException ( SerializationInfo info, StreamingContext context ) : System
UnsupportedSampleFormatException::UnsupportedSampleFormatException ( string message ) : System
UnsupportedSampleFormatException::UnsupportedSampleFormatException ( string message, Exception innerException ) : System
UnsupportedSampleFormatException