New to Telerik Document ProcessingStart a free 30-day trial

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: ISerializable

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetType()Exception.TargetSiteException.MessageException.DataException.InnerExceptionException.HelpLinkException.SourceException.HResultException.StackTraceException.SerializeObjectState...

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)
Parameters:infoSerializationInfo

The info.

contextStreamingContext

The context.

Create an instance with a specific error message and inner exception.

C#
public NotSupportedScanDecoderException(string message, Exception cause)
Parameters:messagestring

The message.

causeException

The cause.

Create an instance with a specific error message.

C#
public NotSupportedScanDecoderException(string message)
Parameters:messagestring

The message.