Class
NotSupportedScanEncoderException

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

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

SerializationInfo

The info.

context

StreamingContext

The context.

NotSupportedScanEncoderException(string)

Create an instance with a specific error message.

Declaration

cs-api-definition
public NotSupportedScanEncoderException(string message)

Parameters

message

string

The message.

NotSupportedScanEncoderException(string, Exception)

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

Declaration

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

Parameters

message

string

The message.

cause

Exception

The cause.