Click or drag to resize

CommonDecoderException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the CommonDecoderException class.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
protected CommonDecoderException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
Serialization info
context
Type: System.Runtime.SerializationStreamingContext
Streaming context
See Also