ClassNotSupportedScanEncoderException
Class
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:
cs-api-definition
public class NotSupportedScanEncoderException : NotSupportedFeatureException, ISerializable, _Exception
Inheritance: objectExceptionNotSupportedFeatureExceptionNotSupportedScanEncoderException
Implements:
Inherited Members
Constructors
NotSupportedScanEncoderException()
Create an instance with the default message indicating the encoder is unsupported.
Declaration
cs-api-definition
public NotSupportedScanEncoderException()
NotSupportedScanEncoderException(SerializationInfo, StreamingContext)
Initializes a new instance of the NotSupportedScanEncoderException class.
Declaration
cs-api-definition
protected NotSupportedScanEncoderException(SerializationInfo info, StreamingContext context)
Parameters
info
The info.
context
The context.
NotSupportedScanEncoderException(string)
Create an instance with a specific error message.
Declaration
cs-api-definition
public NotSupportedScanEncoderException(string message)
Parameters
message
The message.
NotSupportedScanEncoderException(string, Exception)
Create an instance with a specific error message and inner exception.