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

UnsupportedSampleFormatException() protected method

Initializes a new instance of the UnsupportedSampleFormatException class.
protected UnsupportedSampleFormatException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
return System
        protected UnsupportedSampleFormatException(SerializationInfo info, StreamingContext context)
            : base(info, context) { }

Same methods

UnsupportedSampleFormatException::UnsupportedSampleFormatException ( ) : System
UnsupportedSampleFormatException::UnsupportedSampleFormatException ( string message ) : System
UnsupportedSampleFormatException::UnsupportedSampleFormatException ( string message, Exception innerException ) : System
UnsupportedSampleFormatException::UnsupportedSampleFormatException ( string message, string paramName ) : System
UnsupportedSampleFormatException