|
AudioException Constructor (SerializationInfo, StreamingContext)
|
Namespace:
Accord.Audio
Assembly:
Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax protected AudioException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Request Example
View SourceParameters
- 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