New to Telerik Document ProcessingStart a free 30-day trial

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: 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 encoder is unsupported.

C#
public NotSupportedScanEncoderException()

Initializes a new instance of the NotSupportedScanEncoderException class.

C#
protected NotSupportedScanEncoderException(SerializationInfo info, StreamingContext context)
Parameters:infoSerializationInfo

The info.

contextStreamingContext

The context.

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

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

The message.

causeException

The cause.

Create an instance with a specific error message.

C#
public NotSupportedScanEncoderException(string message)
Parameters:messagestring

The message.