Click or drag to resize
Accord.NET (logo)

InvalidSignalPropertiesException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidSignalPropertiesException class.

Namespace:  Accord.Audio
Assembly:  Accord.Audio (in Accord.Audio.dll) Version: 3.8.0
Syntax
protected InvalidSignalPropertiesException(
	SerializationInfo info,
	StreamingContext context
)
Request Example View Source

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