ClassNotSupportedScanDecoderException
Class
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:
Inherited Members
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
The info.
context
The context.
NotSupportedScanDecoderException(string)
Create an instance with a specific error message.
Declaration
cs-api-definition
public NotSupportedScanDecoderException(string message)
Parameters
message
The message.
NotSupportedScanDecoderException(string, Exception)
Create an instance with a specific error message and inner exception.