|   | AudioException Constructor (SerializationInfo, StreamingContext) | 
        
          
    Namespace: 
   Accord.Audio
    Assembly:
   Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
 Syntax
Syntaxprotected AudioException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
 The object that holds the serialized object data.
- context
- Type: System.Runtime.SerializationStreamingContext
 The contextual information about the source or destination.
 See Also
See Also