Class
NotSupportedScanDecoderException

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:

cs-api-definition
public class NotSupportedScanDecoderException : NotSupportedFeatureException, ISerializable, _Exception

Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedScanDecoderException

Implements: ISerializable_Exception

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

Constructors

NotSupportedScanDecoderException()

Create an instance with the default message indicating the decoder is unsupported.

Declaration

cs-api-definition
public NotSupportedScanDecoderException()

NotSupportedScanDecoderException(SerializationInfo, StreamingContext)

Initializes a new instance of the NotSupportedScanDecoderException class.

Declaration

cs-api-definition
protected NotSupportedScanDecoderException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

The info.

context

StreamingContext

The context.

NotSupportedScanDecoderException(string)

Create an instance with a specific error message.

Declaration

cs-api-definition
public NotSupportedScanDecoderException(string message)

Parameters

message

string

The message.

NotSupportedScanDecoderException(string, Exception)

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

Declaration

cs-api-definition
public NotSupportedScanDecoderException(string message, Exception cause)

Parameters

message

string

The message.

cause

Exception

The cause.