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