Thrown when a scan decoding method required by the document is not supported.
Definition
Namespace:Telerik.Windows.Documents.Exceptions
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public class NotSupportedScanDecoderException : NotSupportedFeatureException, ISerializable
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedScanDecoderException
Implements:
Inherited Members
Constructors
Create an instance with the default message indicating the decoder is unsupported.
C#
public NotSupportedScanDecoderException()
Initializes a new instance of the NotSupportedScanDecoderException class.
C#
protected NotSupportedScanDecoderException(SerializationInfo info, StreamingContext context)
The info.
contextStreamingContextThe context.
Create an instance with a specific error message.