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

UnsupportedSampleFormatException() public method

Initializes a new instance of the UnsupportedSampleFormatException class.
public UnsupportedSampleFormatException ( ) : System
return System
        public UnsupportedSampleFormatException() { }

Same methods

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